-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.22 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
{
"name": "parse-angular-bootstrap",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"repository": {
"type": "git",
"url": "https://github.com/rafbgarcia/parse-angular-bootstrap.git"
},
"author": "deliberare",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafbgarcia/parse-angular-bootstrap/issues"
},
"homepage": "https://github.com/rafbgarcia/parse-angular-bootstrap",
"devDependencies": {
"express": "^4.2.0",
"grunt": "^0.4.4",
"grunt-bower-task": "^0.3.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.5",
"grunt-jsbeautifier": "^0.2.7",
"grunt-jslint": "^1.1.11",
"grunt-karma": "^0.8.3",
"grunt-protractor-runner": "~0.2.4",
"grunt-sass": "^0.12.1",
"karma": "^0.12.14",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"node-sass": "^0.8.6",
"protractor": "~0.22.0",
"zeparser": "0.0.7"
}
}