-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.84 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
{
"name": "NodeJs-Demo",
"version": "0.0.0",
"dependencies": {
"async": "^2.0.0-rc.3",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-healthcheck": "^0.1.0",
"express-session": "^1.13.0",
"file-system": "^2.2.1",
"fs": "0.0.2",
"httpntlm": "^1.6.1",
"lodash": "~1.3.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"path": "^0.12.7",
"request": "^2.73.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.16",
"xmlbuilder": "^8.2.2"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel-core": "^5.6.4",
"connect-livereload": "~0.5.3",
"grunt": "~0.4.5",
"grunt-angular-templates": "^0.5.4",
"grunt-auto-install": "^0.3.1",
"grunt-babel": "~5.0.0",
"grunt-build-control": "^0.6.0",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-sass": "^0.9.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-dom-munger": "^3.4.0",
"grunt-env": "~0.4.1",
"grunt-express-server": "^0.5.1",
"grunt-filerev": "^2.3.1",
"grunt-injector": "^0.6.0",
"grunt-jscs": "^2.0.0",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-node-inspector": "^0.2.0",
"grunt-nodemon": "^0.4.0",
"grunt-open": "~0.2.3",
"grunt-postcss": "^0.6.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"jit-grunt": "^0.9.1",
"jshint-stylish": "~2.0.1",
"open": "~0.0.4",
"proxyquire": "^1.0.1",
"requirejs": "~2.1.11",
"supertest": "^1.1.0",
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=0.8.0"
}
}