-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
43 lines (43 loc) · 1004 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
{
"name": "penis",
"version": "0.2.0",
"description": "for comparing variables with B==D",
"main": "src/penis.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec test/"
},
"repository": {
"type": "git",
"url": "https://github.com/edankwan/penis.js.git"
},
"author": "Edan Kwan < [email protected]>",
"contributors": [
"Jesse Ditson <[email protected]>"
],
"keywords": [
"penis"
],
"devDependencies": {
"mocha": "~1.21.4",
"testling": "^1.7.0"
},
"testling" : {
"harness" : "mocha-bdd",
"files" : "test/**/*.js",
"browsers" : [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/5..latest",
"ipad/5..latest",
"android-browser/4..latest"
]
},
"license": "GPL (Giant Penis License)",
"bugs": {
"url": "https://github.com/edankwan/penis.js/issues"
},
"homepage": "https://github.com/edankwan/penis.js"
}