forked from waterbearlang/waterbear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "waterbear",
"version": "0.8.0",
"description": "Programming for the fun of it",
"main": "index.html",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"uglify-js": "~2.3.6",
"clean-css": "~1.0.10",
"yargs": "~1.2.1"
},
"devDependencies": {
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.2",
"requirejs": "~2.1.10",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"karma-firefox-launcher": "~0.1.3",
"karma-safari-launcher": "~0.1.1",
"karma-chai": "~0.1.0",
"karma-sinon": "~1.0.3",
"karma-mocha": "~0.1.3",
"js-fixtures": "~1.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/waterbearlang/waterbear.git"
},
"keywords": [
"visual",
"programming",
"javascript",
"arduino",
"robotics",
"java"
],
"author": "Dethe Elza",
"license": "Apache 2.0",
"readmeFilename": "README.md",
"gitHead": "b8ae74094c3de703be1fb5697999e26eb06a6f1f",
"bugs": {
"url": "https://github.com/waterbearlang/waterbear/issues"
}
}