-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "AngularTest2",
"version": "1.0.0",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "http://git.elidev.info/linhpd/angularamd-seed"
},
"dependencies": {
"ejs": "^2.2.3",
"express": "~4.10.6",
"jade": "~1.8.2"
},
"scripts": {
"start": "node server.js",
"public": "node serverB.js",
"json": "json-server db.json"
},
"author": "UnS",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"grunt": "~0.4.5",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jade": "0.14.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": ">=0.5.0",
"grunt-protractor-runner": "^1.2.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"morgan": "~1.5.1",
"phantom": "^0.7.2",
"protractor": "^1.8.0",
"requirejs": "^2.1.16",
"serve-favicon": "~2.2.0"
}
}