-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"name": "edna",
"version": "0.1.0",
"description": "A small library that will add style to your page, fabolous darling!",
"private": true,
"main": "index.js",
"devDependencies": {
"tape": "~2.3.2",
"browserify": "~3.24.1",
"testling": "~1.5.8",
"blanket": "^1.1.6",
"mocha": "^2.0.1",
"mocha-term-cov-reporter": "^0.2.0"
},
"testling": {
"harness": "mocha",
"files": "test/index.js",
"browsers": [
"ie/6..latest",
"firefox/24..latest",
"chrome/28..latest",
"opera/12.0",
"opera/15..latest",
"iphone/6..latest",
"safari/5.1..latest"
]
},
"scripts": {
"test": "./node_modules/testling/bin/cmd.js"
},
"repository": {
"type": "git",
"url": "git://github.com/orangemug/edna.git"
},
"homepage": "https://github.com/orangemug/edna",
"license": "MIT",
"dependencies": {
"obj-leaves": "git://github.com/orangemug/obj-leaves.git"
}
}