This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathpackage.json
84 lines (84 loc) · 2.11 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "duo",
"version": "0.15.7",
"description": "A next-generation package manager for the front-end",
"homepage": "http://duojs.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/duojs/duo.git"
},
"main": "lib/duo.js",
"bin": {
"duo": "bin/duo",
"_duo": "bin/_duo",
"duo-authenticate": "bin/duo-authenticate",
"duo-clean-cache": "bin/duo-clean-cache",
"duo-duplicates": "bin/duo-duplicates",
"duo-install": "bin/duo-install",
"duo-ls": "bin/duo-ls"
},
"dependencies": {
"archy": "^1.0.0",
"batch": "^0.5.1",
"bytes": "^2.1.0",
"co": "^3.1.0",
"co-each": "^0.1.0",
"co-exists": "0.0.1",
"co-fs": "~1.2.0",
"co-parallel": "~1.0.0",
"commander": "^2.2.0",
"component-clone": "^0.2.2",
"conceal": "^1.0.0",
"convert-source-map": "^1.1.1",
"cp": "^0.2.0",
"debug": "^2.0.0",
"delegates": "^0.1.0",
"duo-cache": "^2.1.2",
"duo-css-compat": "^0.3.1",
"duo-main": "0.0.6",
"duo-pack": "^3.0.0",
"duo-package": "^0.10.3",
"duo-parse": "^0.2.0",
"duo-string-to-js": "~0.1.0",
"duo-test": "0.x",
"duo-watch": "^0.1.1",
"extend.js": "0.0.2",
"file-deps": "^0.0.7",
"get-stdin": "^4.0.1",
"glob": "^5.0.10",
"has-generators": "^1.0.1",
"hasha": "^1.0.1",
"json-mask": "^0.3.1",
"language-classifier": "0.0.1",
"mkdirp": "^0.5.0",
"node-netrc": "^0.1.0",
"object-values": "^1.0.0",
"path-search": "^1.0.0",
"request": "^2.60.0",
"stream-log": "^0.2.3",
"thunkify": "~2.1.1",
"unyield": "0.0.1",
"ware": "^1.2.0",
"win-fork": "^1.1.1"
},
"devDependencies": {
"bluebird": "^2.9.20",
"co-mocha": "~1.0.3",
"co-wait": "0.0.0",
"coffee-script": "^1.9.3",
"duo-jade": "0.x",
"eslint": "^0.23.0",
"eslint-config-duo": "0.0.4",
"expect.js": "^0.3.1",
"gnode": "^0.1.1",
"gulp": "^3.9.0",
"istanbul": "^0.3.15",
"map-stream": "~0.1.0",
"mocha": "^2.2.5",
"regenerator": "^0.8.31",
"rimraf": "^2.2.8",
"semver": "^4.3.3",
"styl": "^0.2.7"
}
}