-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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": "cyclejs-animated-localstorage",
"version": "0.0.1",
"description": "A Cycle.js driver for animating (srsly) localStorage.",
"main": "./dist/index.js",
"scripts": {
"build": "babel ./src --out-dir ./dist",
"lint": "eslint ./src",
"prepublish": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rkrupinski/cyclejs-animated-localstorage.git"
},
"keywords": [
"cyclejs",
"cycle",
"driver",
"localstorage",
"text",
"animation"
],
"author": "Rafał Krupiński",
"license": "MIT",
"bugs": {
"url": "https://github.com/rkrupinski/cyclejs-animated-localstorage/issues"
},
"homepage": "https://github.com/rkrupinski/cyclejs-animated-localstorage#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1"
},
"dependencies": {
"rx": "^4.1.0"
}
}