-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1018 Bytes
/
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",
"version": "6.7.99",
"description": "TimeEngine is a tiny, simple yet versatile library that provides first class reactive value 'over time' with smart dependency resolving capability in JavaScript. Designed for Declarative and FRP programming.",
"main": "timeengine.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeEngine/timeengine.git"
},
"keywords": [
"declarative",
"FRP",
"functional",
"reactive",
"time",
"physics",
"mathematics",
"stream",
"sequence",
"event",
"promise"
],
"author": "Ken Okabe",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimeEngine/timeengine/issues"
},
"homepage": "http://timeengine.github.io",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.15.0"
},
"dependencies": {
"immutable": "^3.7.6"
}
}