-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 1.09 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
{
"name": "timeengine-react",
"version": "4.0.0",
"description": "TimeEngine Extension to provide first class Element 'over time' without props and state, even without Component for Stateless React programming",
"main": "timeengine-react.js",
"scripts": {
"test": "babel timeengine-react.jsx -o timeengine-react.js;",
"jsx": "./node_modules/.bin/babel ./react-test/index.jsx -o ./react-test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeEngine/timeengine-react.git"
},
"keywords": [
"React",
"stateless",
"timeengine",
"FRP",
"reactive",
"functional"
],
"author": "Ken Okabe",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimeEngine/timeengine-react/issues"
},
"homepage": "https://github.com/TimeEngine/timeengine-react#readme",
"dependencies": {
"timeengine": "*",
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.15.0",
"eslint-plugin-react": "^6.9.0"
}
}