-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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": "domthing",
"description": "A simple, fast & safe, mustache/handlebars like templating engine with data-binding hooks built in.",
"version": "0.4.0",
"bin": "bin/domthing",
"bugs": {
"url": "https://github.com/latentflip/domthing/issues"
},
"dependencies": {
"async": "^0.9.0",
"backbone-events-standalone": "^0.2.1",
"commander": "^2.2.0",
"domhandler": "^2.2.0",
"glob": "^4.0.2",
"htmlparser2": "^3.7.2",
"key-tree-store": "^0.1.1",
"raf": "^2.0.1"
},
"devDependencies": {
"browserify": "^4.1.7",
"deval": "^0.1.1",
"difflet": "^0.2.6",
"faucet": "0.0.1",
"jsdom": "^0.10.6",
"multiline": "^0.3.4",
"pegjs": "^0.8.0",
"tape": "^2.13.1",
"testem": "^0.6.23"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/latentflip/domthing",
"license": "ISC",
"main": "domthing.js",
"repository": {
"type": "git",
"url": "git://github.com/latentflip/domthing"
},
"scripts": {
"test": "faucet && testem ci",
"start": "make && beefy demo/demo.js"
},
"browser": "./runtime"
}