-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "co",
"version": "4.5.1",
"description": "Generator async control flow goodness",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "http://github.com/plamoureux/co"
},
"jspm": {
"main": "index",
"format": "register",
"directories": {
"lib": "dist/system"
},
"dependencies": {
"babel-runtime": "npm:babel-runtime@^4.7.8"
},
"devDependencies": {
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"dependencies": {
"babel-runtime": "^4.7.8"
},
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-babel": "^4.0.0",
"gulp-sourcemaps": "^1.5.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-babel-preprocessor": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-jspm": "^1.0.1",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0"
}
}