-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
63 lines (63 loc) · 1.4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "gaffa",
"description": "A powerful, fast, and relatively small application framework.",
"author": "Kory Nunn <knunn187@gmail.com>",
"tags": [
"DOM"
],
"version": "1.23.2",
"main": "gaffa.js",
"dependencies": {
"bowser": "^0.7.1",
"clean-merge": "^1.0.0",
"consuela": "^4.2.0",
"crel": "^2.1.1",
"deep-equal": "^1.0.1",
"doc-js": "^1.0.0",
"gedi": "^1.2.4",
"laidout": "^1.0.0",
"lang-js": "^2.1.0",
"merge": "^1.1.3",
"next-tick": "^0.2.2",
"simple-ajax": "0.0.1",
"spec-js": "^1.0.0",
"statham": "^1.0.0",
"what-changed": "^2.1.4"
},
"peerDependencies": {
"gel-js": "^1.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gaffa-tape/gaffa-js.git"
},
"bugs": {
"url": "http://github.com/gaffa-tape/gaffa-js/issues"
},
"contributors": [],
"devDependencies": {
"gaffa": "^1.10.0",
"gaffa-container": "^1.0.0",
"gaffa-formelement": "^1.0.3",
"gaffa-heading": "^1.0.0",
"gaffa-list": "^1.2.0",
"gaffa-text": "^1.0.0",
"gaffa-textbox": "^1.3.0",
"gel-js": "^1.5.0",
"grape": "^1.0.0",
"mockery": "^1.0.0"
},
"scripts": {
"test": "node ./test/index.js",
"buildTest": "browserify ./test/index.js > ./test/index.b.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie8",
"ie9",
"ff/13",
"chrome/20"
]
}
}