forked from tobyk100-test/blockly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
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
39
40
{
"name": "blockly-mooc",
"version": "0.0.161",
"repository": "https://github.com/code-dot-org/blockly.git",
"engines": {
"node": "~0.10.18"
},
"devDependencies": {
"grunt-cli": "~0.1.9",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"connect-livereload": "~0.3.0",
"grunt-browserify": "~1.2.4",
"grunt-sass": "~0.6.1",
"messageformat": "~0.1.6",
"handlebars-runtime": "~1.0.12",
"grunt-express": "~1.2.0",
"express": "~3.4.0",
"ejs": "~0.8.4",
"through": "~2.3.4",
"grunt-mocha-test": "~0.7.0",
"chai": "~1.8.0",
"jsdom": "~0.8.6",
"xmldom": "~0.1.16",
"grunt-contrib-symlink": "~0.2.0",
"grunt-contrib-uglify": "~0.2.5",
"wrench": "~1.5.6",
"canvas": "~1.1.1",
"grunt-strip-code": "~0.1.2",
"grunt-lib-contrib": "~0.6.1",
"uglify-js": "~2.4.13",
"rfile": "~1.0.0",
"grunt-notify": "^0.2.20",
"node-sass": "~0.6.2"
}
}