This repository was archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.39 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "valtech-shortie",
"version": "1.0.0",
"description": "Valtech URL shortener",
"main": "app.js",
"author": {
"name": "c.palmstierna",
"email": "christian.palmstierna@valtech.se"
},
"engines": {
"node": "0.10.40"
},
"repository": {
"type": "git",
"url": "https://github.com/valtech/valtech-shortie"
},
"license": "MIT",
"private": true,
"dependencies": {
"browserify": "^3.31.2",
"client-sessions": "^0.6.0",
"dotenv": "^0.4.0",
"express": "~3.4.8",
"express-winston": "0.2.5",
"grunt": "~0.4.2",
"grunt-browserify": "^1.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-typescript-compile": "^0.2.0",
"jade": "^1.2.0",
"knockout": "3.0.0",
"moment": "^2.21.0",
"mongodb": "^1.3.23",
"newrelic": "~1.3.2",
"node-logentries": "~0.1.3",
"node-uuid": "^1.4.1",
"request": "^2.34.0",
"typescript": "~0.9.7",
"underscore": "~1.6.0",
"uri-js": "^1.4.2",
"winston": "0.7.3"
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1",
"nedb": "~0.10.4",
"supertest": "~0.9.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-mocha-test": "~0.9.3",
"jshint": "~2.4.4",
"grunt-npm-install": "~0.1.0",
"grunt-contrib-watch": "^0.5.3",
"sinon": "^1.8.2",
"grunt-contrib-less": "~0.10.0",
"mocha-teamcity-reporter": "0.0.2"
}
}