-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "math-heart-js",
"version": "1.0.0",
"description": "Small canvas demo",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress --colors --watch-poll --config=webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/trsdln/math-heart-js.git"
},
"author": "trsdln",
"license": "ISC",
"bugs": {
"url": "https://github.com/trsdln/math-heart-js/issues"
},
"homepage": "https://github.com/trsdln/math-heart-js#readme",
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
},
"dependencies": {
"@cycle/dom": "^12.2.5",
"@cycle/rx-run": "^7.0.1",
"babel-core": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.8.0",
"ocanvas": "^2.8.5",
"ramda": "^0.22.1",
"rx": "^4.1.0",
"snabbdom-jsx": "^0.3.1",
"xstream": "^6.3.2"
}
}