-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "kefir.react.html",
"version": "3.2.7",
"description": "JSX with Kefir, healthy?",
"main": "lib/kefir.react.html.js",
"scripts": {
"dist": "babel src --source-maps inline --out-dir lib",
"lint": "eslint src test",
"prepublish": "npm run lint && npm run test && npm run dist",
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calmm-js/kefir.react.html.git"
},
"keywords": [
"react",
"jsx",
"dom",
"kefir",
"reactive"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/calmm-js/kefir.react.html/issues"
},
"homepage": "https://github.com/calmm-js/kefir.react.html#readme",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"eslint": "^3.14.0",
"eslint-plugin-react": "^6.9.0",
"kefir.atom": "^5.2.1",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2"
},
"dependencies": {
"kefir": "^3.2.1",
"ramda": ">=0.20.1 <0.24.0",
"react": "^15.0.1"
}
}