-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 958 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
42
43
44
45
46
{
"name": "seam",
"description": "Seam binds your JS logic to the DOM by adding configuration to the markup.",
"version": "0.0.3",
"homepage": "https://github.com/flams/seam",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/flams/seam/master/LICENSE"
}
],
"files": [
"LICENSE",
"index.js"
],
"author": "Olivier Scherrer <[email protected]>",
"keywords": [
"html",
"behavior",
"plugin",
"binding",
"template",
"declarative"
],
"repository": {
"type": "git",
"url": "[email protected]:flams/seam.git"
},
"bugs": {
"url": "https://github.com/flams/seam/issues"
},
"scripts": {
"test": "jasmine-node test/"
},
"main": "index.js",
"devDependencies": {
"jasmine-node": "~1.14.3",
"quick-dom": "0.0.1"
},
"dependencies": {
"to-array": "~0.1.4",
"simple-loop": "0.0.2",
"get-nodes": "0.0.1",
"get-dataset": "0.0.1"
}
}