forked from raimohanska/turtle-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 757 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 757 Bytes
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
{
"name": "turtle-js",
"version": "0.0.0",
"dependencies": {
"express": "~3",
"bower": "1.3.12",
"load-grunt-tasks": "0.4.0",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-less": "~0.11",
"grunt-contrib-requirejs": "~0.4",
"grunt-shell": "0.6.4",
"mongodb": "~2.0",
"baconjs": "~0.7",
"codemirror": "~4.7",
"randomstring": "~1"
},
"engines": {
"node": "~0.10.0"
},
"scripts": {
"postinstall": "node_modules/bower/bin/bower cache clean && node_modules/bower/bin/bower install && node_modules/grunt-cli/bin/grunt build"
}
}