forked from iotaweb/angular-hapi-couch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 909 Bytes
/
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
{
"name": "angular-hapi-couch",
"version": "0.0.1",
"description": "Application using angular.js, hapi.js API server and CouchDB for resources",
"main": "index.js",
"scripts": {
"start": "grunt server"
},
"repository": "git://github.com/iotaweb/angular-hapi-couch.git",
"author": "Rob Anderson",
"license": "BSD",
"dependencies": {
"cores-server": "~0.2.x",
"jade": "~0.35.x",
"jski": "~0.3.x",
"kew": "~0.2.x"
},
"devDependencies": {
"chai": "~1.6.x",
"grunt": "~0.4.x",
"grunt-angular-templates": "~0.3.x",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-jade": "~0.8.x",
"grunt-contrib-stylus": "~0.8.x",
"grunt-contrib-uglify": "~0.2.x",
"grunt-contrib-watch": "~0.5.x",
"grunt-karma": "~0.4.x",
"grunt-ngmin": "~0.0.x",
"karma": "~0.9.x",
"karma-mocha": "~0.0.x",
"nano": "~4.1.x"
}
}