-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 843 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
{
"name": "tape-dom",
"version": "0.0.12",
"homepage": "http://github.com/gritzko/tape-dom",
"repository": {
"type": "git",
"url": "https://github.com/gritzko/tape-dom.git"
},
"author": {
"email": "victor.grishchenko@gmail.com",
"name": "Victor Grishchenko"
},
"email": "swarm.js@gmail.com",
"license": "MIT",
"files": [
"src/*.js",
"test/test.js",
"test/index.html",
"LICENSE",
"README.md",
"tape.css"
],
"main": "src/dom_consumer.js",
"browser": "src/dom_consumer.js",
"dependencies": {
"googlediff": "^0.1.0",
"tap-parser": "^1.1.6"
},
"devDependencies": {
"browserify": "13.1.0",
"tape": "^4.0.2",
"tape-dom": "^0.0.4"
},
"scripts": {
"pretest": "browserify test/test.js -o test/test-dist.js",
"test": "open test/index.html"
}
}