-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "o_O",
"version": "0.2.6",
"description": "HTML binding for teh lulz",
"keywords": ["binding"],
"homepage": "http://weepy.github.com/o_O/",
"bugs": {"url": "https://github.com/weepy/o_O/issues"},
"author": "Jonah Fox <[email protected]> (https://github.com/weepy/)",
"contributors": [
"Jonah Fox <[email protected]> (https://github.com/weepy/)",
"Troy Goode <[email protected] (https://github.com/troygoode/)"
],
"licenses": [
{"type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}
],
"repository": {
"type": "git",
"url": "git://github.com/weepy/o_O"
},
"dependencies": {
},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"uglify-js": ">= 1.0.7"
},
"files": ["o_O.js", "o_O.min.js", "LICENSE"],
"main": "o_O",
"scripts" : {
"prepublish" : "npm run-script minify && npm prune",
"minify" : "./node_modules/uglify-js/bin/uglifyjs o_O.js > o_O.min.js",
"test" : "./node_modules/mocha/bin/mocha"
},
"engines": { "node": ">= 0.1.98" }
}