-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 882 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
34
35
36
37
38
{
"name": "dippa",
"version": "0.0.1",
"description": "Dippa editor",
"author": "Mikko Koski",
"dependencies": {
"express": "~3.3.4",
"shortid": "1.0.x",
"mongoose": "2.5.x",
"jqtpl": "1.1.x",
"promised-io": "~0.3.3",
"underscore": "~1.5.1",
"loggly": "0.3.x",
"wrench": "1.3.x",
"requirejs": "2.0.x",
"cli-color": "~0.2.2"
},
"devDependencies": {
"jasmine-node": "~1.10.2",
"github": "0.1.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.1",
"colorize": "~0.1.0",
"node-lipsum": "~1.0.1",
"zombie": "1.4.x",
"expect.js": "0.2.x",
"keyword": "git://github.com/rap1ds/keyword.git",
"rimraf": "~2.2.2",
"mkdirp": "~0.3.5",
"q": "~0.9.6"
},
"scripts": {
"test": "node_modules/jasmine-node/bin/jasmine-node --forceexit spec/"
},
"engines": {
"node": "0.8.x"
}
}