-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1008 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
39
{
"name": "Ariadne",
"version": "1.1.4",
"repository": "melbings/ariadne",
"description": "A learning environment for teaching maze solving algorithms",
"main": "gulpfile.js",
"dependencies": {
"babel-polyfill": "^6.1.4",
"blockly": "google/blockly",
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"normalize.css": "^3.0.3",
"react": "^0.13.3"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"gulp-zip": "^3.0.2",
"napa": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.27.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "napa"
},
"napa": {
"jsinterpreter": "NeilFraser/JS-Interpreter"
},
"author": "Stefan Melbinger <[email protected]>",
"license": "ISC"
}