-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "infuse",
"description": "Mainline your node JavaScript for universal consumption.",
"version": "0.0.23",
"keywords": [
"javascript",
"js",
"minimizer",
"min",
"obfuscate",
"parser",
"generator",
"pre-processor",
"processor",
"ast",
"inject",
"code",
"fuse",
"infuse",
"package",
"packager",
"combine",
"combiner"
],
"main": "./lib/infuse.js",
"bin": {
"infuse": "./bin/infuse"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"uglify-js": "=1.3.x",
"nomnom": "=1.5.x",
"resolve": "=0.2.x",
"proteus": "=0.0.x",
"wordwrap": "=0.0.2"
},
"devDependencies": {
"mocha": "=0.3.x",
"should": "=0.5.x",
"sake": "=0.1.x",
"underscore": "=1.3.x"
},
"scripts": {
"test": "mocha test/test-*"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jhamlet/node-infuse/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/jhamlet/node-infuse.git"
},
"bugs": {
"url": "http://github.com/jhamlet/node-infuse/issues"
},
"preferGlobal": true
}