-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "waterbear",
"version": "0.8.0",
"description": "Visual programming language for non-programmers.",
"private": true,
"directories": {
"doc": "docs",
"example": "example",
"test": "test"
},
"scripts": {
"test": "phantomjs test/all-blocks-have-functions.js ; karma start test/karma.conf.js",
"start": "echo \"open http://localhost:8000/playground.html in your web browser\";static -p 8000"
},
"repository": {
"type": "git",
"url": "https://github.com/waterbearlang/waterbear.git"
},
"author": "Dethe Elza <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/waterbearlang/waterbear/issues"
},
"homepage": "https//waterbearlang.com/",
"devDependencies": {
"istanbul": "^0.3.21",
"karma": "^0.13.11",
"karma-coverage": "^0.5.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-qunit": "^0.1.5",
"node-static": "^0.7.7",
"parse5": "^1.5.0",
"phantomjs": "^1.9.18",
"qunitjs": "^1.19.0"
},
"dependencies": {}
}