-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "machinepack-sailsgulpify",
"version": "1.0.6",
"description": "Add toggle ability to choose gulp or grunt as task runner on create new ",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
},
"keywords": [
"SailsGulpify",
"machines",
"machinepack"
],
"author": "",
"license": "MIT",
"dependencies": {
"fs-extra": "^0.26.7",
"lodash": "^4.6.1",
"machine": "^12.1.0",
"machinepack-fs": "^8.0.2",
"machinepack-npm": "^5.1.0",
"machinepack-prompts": "^0.5.0",
"util": "^0.10.3"
},
"devDependencies": {
"test-machinepack-mocha": "^2.1.3"
},
"machinepack": {
"friendlyName": "SailsGulpify",
"machineDir": "machines/",
"machines": [
"create-gulp-file",
"create-gulp-tasks",
"sails-gulpify",
"toggle-sailsrc",
"copy-files",
"install-gulp-dependencies",
"install-package-npm",
"create-gulp-engine"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Karnith/machinepack-sailsgulpify.git"
},
"bugs": {
"url": "https://github.com/Karnith/machinepack-sailsgulpify/issues"
}
}