forked from rstacruz/deku-stateful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
40
41
42
43
44
45
{
"name": "deku-stateful",
"version": "1.7.0",
"description": "Keep states in a Deku component",
"main": "index.js",
"scripts": {
"test": "node test/index.js | tap-spec",
"test:watch": "tape-watch test/index.js -r deku -p tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/deku-stateful.git"
},
"keywords": [
"deku",
"state",
"component",
"virtual",
"dom"
],
"author": "Rico Sta. Cruz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rstacruz/deku-stateful/issues"
},
"homepage": "https://github.com/rstacruz/deku-stateful#readme",
"dependencies": {
"object-assign": "4.0.1",
"simpler-debounce": "1.0.0"
},
"devDependencies": {
"decca": "2.0.0",
"deku": "2.0.0-rc12",
"eslint": "1.10.3",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"jsdom": "7.2.2",
"jsdom-global": "1.3.0",
"tap-spec": "4.1.1",
"tape": "4.4.0",
"tape-eslint": "1.2.0",
"tape-plus": "1.0.0",
"tape-watch": "1.2.0"
}
}