-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.26 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.26 KB
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
{
"name": "gulp-milkshake",
"version": "0.1.0",
"description": "Handle repository applications building, packaging and watch through gulp and a minimal configuration to declare multiple apps in the same repository.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomictech/gulp-milkshake.git"
},
"keywords": [
"gulp",
"task"
],
"author": "Yannis Torres <yannis@createrocks.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/atomictech/gulp-milkshake/issues"
},
"homepage": "https://github.com/atomictech/gulp-milkshake#readme",
"dependencies": {
"aurelia-bundler": "^0.5.0",
"aurelia-tools": "2.0.0",
"babel-eslint": "^7.1.1",
"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-things": "^0.2.0",
"chalk": "^2.3.0",
"conventional-changelog": "1.1.0",
"del": "^2.2.2",
"express-http-proxy": "^0.11.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^2.6.1",
"gulp-changed": "^1.3.2",
"gulp-conventional-changelog": "^1.1.7",
"gulp-env": "^0.4.0",
"gulp-eslint": "^3.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-multi-process": "^1.3.1",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-yarn": "^0.1.0",
"gulp-zip": "^4.0.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"nyc": "^11.2.1",
"object.assign": "^4.0.4",
"promise-sequence": "^0.2.4",
"promised-exec": "^1.0.1",
"proxyquire": "^1.7.11",
"require-dir": "^0.3.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"superagent-csrf-middleware": "^0.3.0",
"supertest-session": "^3.0.0",
"yargs": "^6.6.0"
},
"devDependencies": {
"lerna": "^3.4.3"
}
}