-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "angularjs-bootstrap",
"version": "0.0.0",
"main": "server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/seanhess/angularjs-bootstrap"
},
"scripts": {},
"author": "Sean Hess",
"license": "MIT",
"dependencies": {
"express": "~3.0.6",
"q": "~0.9.7",
"underscore": "~1.5.2",
"connect": "~2.9.0",
"grunt-angular-templates": "~0.4.2",
"typescript": "~0.9.5"
},
"readmeFilename": "README.md",
"devDependencies": {
"less": "~1.4.2",
"grunt": "~0.4.1",
"browserify": "~2.33.1",
"grunt-browserify": "~1.2.8",
"grunt-exec": "~0.4.2",
"grunt-typescript": "~0.2.4",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-nodemon": "~0.1.1",
"grunt-concurrent": "~0.4.0",
"grunt-develop": "~0.2.2",
"bower": "~1.2.7",
"grunt-inline-angular-templates": "~0.1.3",
"grunt-contrib-clean": "~0.5.0",
"mocha": "~1.13.0"
},
"bugs": {
"url": "https://github.com/seanhess/angularjs-bootstrap/issues"
}
}