-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "AngularMovie300",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "bower install",
"test": "karma start",
"e2e": "protractor protractor.conf.js",
"start": "grunt"
},
"engines": {
"node": ">=0.8.x",
"npm": ">=1.1.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.5.0",
"grunt-bower-install": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-express": "^1.4.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-coverage": "^0.5.1",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.1",
"load-grunt-tasks": "~0.2.0",
"method-override": "^2.1.2",
"phantomjs": "^1.9.18",
"protractor": "^2.2.0",
"time-grunt": "~0.2.0"
},
"dependencies": {
"body-parser": "^1.6.2",
"cookie-parser": "^1.3.5",
"csurf": "^1.8.3",
"express": "^4.8.2",
"express-session": "^1.11.3",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"path": "*",
"ejs": "*"
}
}