-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 954 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 954 Bytes
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": "chix-dom",
"description": "DOM components for Chiχ",
"author": "Rob Halff <rob.halff@gmail.com>",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodule/dom.git"
},
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "chit -r",
"deploy": "gh-pages-deploy",
"clean-source": "rimraf *.js graphs nodes example *.json"
},
"gh-pages-deploy": {
"staticpath": "example",
"noprompt": true,
"post": [
"clean-source"
]
},
"devDependencies": {
"@chix/flow": "^2.7.4",
"chit": "0.x.x",
"gh-pages-deploy": "^0.4.0",
"rimraf": "^2.5.0"
},
"chix": {
"name": "dom",
"color": "rgb(35,116,136)"
},
"dependencies": {
"alert": "0.0.2",
"discore-closest": "^0.2.0",
"domify": "1.x.x",
"domready": "1.x.x",
"keyboard": "0.x.x",
"load-script": "^1.0.0",
"scriptjs": "2.x.x"
}
}