forked from waterbearlang/waterbear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 805 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "waterbear",
"version": "0.8.0",
"description": "Programming for the fun of it",
"main": "index.html",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {},
"devDependencies": {
"uglify-js": "~2.3.6",
"clean-css": "~1.0.10"
},
"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"
}
}