-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.49 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
55
56
57
58
59
60
61
{
"name": "brainpm-webplayer",
"version": "1.0.0",
"description": "a package-manager-for-the-brain content player",
"main": "app/app.js",
"browserify": {
"transform": [
"envify"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "sh -ac '. ~/.bpmrc; make; beefy app/app.js --index=build/index.html --cwd=build -- -t envify'"
},
"author": "Jan Bölsche",
"license": "ISC",
"devDependencies": {
"beefy": "^2.1.3",
"browserify": "^11.2.0",
"envify": "^3.4.0",
"jade": "^1.9.2",
"jadeify": "^4.4.0",
"stylus": "^0.50.0"
},
"dependencies": {
"JSONStream": "^1.1.1",
"bpm-publish": "^3.2.0",
"bpm-bundle": "^2.1.0",
"brainpm": "2.x.x",
"concat-stream": "^1.5.1",
"events": "^1.0.2",
"github-url": "^1.2.0",
"level-is-empty": "^1.0.0",
"level-js": "^2.1.6",
"level-live-stream": "^1.4.9",
"level-sublevel": "^6.4.6",
"levelup": "^0.19.0",
"lodash": "^3.6.0",
"map-stream": "0.0.6",
"moment": "^2.9.0",
"pull-stream": "^2.28.4",
"raf-scroll": "^1.0.1",
"scroll-to-y": "^1.0.0",
"spin": "0.0.1",
"through": "^2.3.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brainpm/bpm-webplayer.git"
},
"keywords": [
"bpm",
"brainpm",
"learning",
"environment"
],
"bugs": {
"url": "https://github.com/brainpm/bpm-webplayer/issues"
},
"homepage": "https://github.com/brainpm/bpm-webplayer#readme"
}