This repository has been archived by the owner on Jul 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.46 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
63
64
65
66
67
68
{
"name": "nway",
"version": "0.3.2",
"description": "Bundle commonjs javascript modules for the browser with cache optimisation: write browser-side script the node's way !",
"repository": {
"type": "git",
"url": "git://github.com/novadiscovery/nway"
},
"url": "http://novadiscovery.github.com/nway",
"keywords": [
"commonjs",
"require",
"adynchronous",
"bundle",
"browser",
"cache",
"optimisation"
],
"author": "Novadiscovery <[email protected]>",
"contributors": [
{
"name": "Jean Ponchon",
"email": "[email protected]"
}
],
"dependencies": {
"async": "0.x.x",
"underscore": "1.x.x",
"underscore.string": "2.x.x",
"commander": "0.x.x",
"uglify-js": "<2.0.0",
"colors": "0.x.x",
"crc": "0.2.x",
"resolve": "0.2.x",
"mkdirp": "0.3.x",
"debug": "0.7.x",
"minimatch": "0.2.x",
"rework": "~0.17.1"
},
"devDependencies": {
"should": "*",
"coffee-script": "*",
"mocha": "*",
"glob": "*",
"send": "*",
"zombie": "1.4.1",
"supertest": "*",
"connect": ">=2.6.0",
"jade": ">=0.27.6",
"moment": "*"
},
"bin": {
"nway": "bin/nway"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/novadiscovery/nway/raw/master/LICENSE"
}
],
"main": "lib/nway.js",
"engines": {
"node": ">= 0.8.x"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}