forked from mozilla/dryice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 849 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 849 Bytes
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
{
"name": "dryice",
"description": "A CommonJS/RequireJS packaging tool for browser scripts",
"keywords": [ "build", "commonjs", "requirejs" ],
"version": "0.4.6",
"homepage": "https://github.com/mozilla/dryice",
"author": "Joe Walker <joe@getahead.org>",
"contributors": [ ],
"repository": {
"type": "git",
"url": "http://github.com/mozilla/dryice.git"
},
"bugs": { "url": "http://github.com/mozilla/dryice/issues" },
"directories": { "lib" : "./lib" },
"main": "./lib/dryice/index.js",
"engines": { "node" : ">=0.2.0" },
"licenses": [
{ "type": "MPL", "url" : "https://www.mozilla.org/MPL/MPL-1.1.html" },
{ "type": "GPL", "url" : "http://www.gnu.org/licenses/gpl.html" },
{ "type": "LGPL", "url" : "http://www.gnu.org/licenses/lgpl.html" }
],
"dependencies": {
"uglify-js": ">=0.0.2"
}
}