-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"private": true,
"name": "skilltree",
"version": "0.0.0",
"description": "growing skilltree of workshops and codecamps",
"main": "src/skilltree.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --dir . --title $npm_package_name --force-default-index --ssl --live --open",
"build": "browserify demo/demo.js -o bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-play/skilltree.git"
},
"keywords": [
"workshop",
"workshops",
"workshopping",
"codecamp",
"codecamps",
"skiltree",
"curriculum",
"course",
"courses",
"lesson",
"lessons"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-play/skilltree/issues"
},
"homepage": "https://github.com/ethereum-play/skilltree#readme",
"devDependencies": {
"budo": "^11.6.2"
},
"dependencies": {
"bel": "^6.0.0",
"csjs-inject": "^1.0.1",
"skilltree.js": "^0.6.1",
"url-registry": "0.0.2"
}
}