forked from balderdashy/sails-generate-new
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 923 Bytes
/
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
{
"name": "sails-generate-new-webpack-vue",
"version": "0.2.0",
"description": "Generate a new Sails app using webpack and vue.js.",
"main": "lib/index.js",
"scripts": {
"test": "echo 'See tests in the GitHub repo for Sails core."
},
"keywords": [
"new-app",
"automation",
"generator",
"sails",
"sails.js",
"generate",
"webpack2",
"vue.js 2",
"plugin"
],
"repository": "https://github.com/tarrask/sails-generate-new-webpack-vue",
"author": "Damien Plumettaz",
"license": "MIT",
"dependencies": {
"async": "2.0.1",
"cross-spawn": "4.0.2",
"findup-sync": "^0.4.3",
"fs-extra": "0.30.0",
"lodash": "3.10.1",
"sails-generate-frontend-webpack-vue": "^0.2.0",
"sails-generate-webpack-vue": "^0.2.0"
},
"sailsGenerator": {
"type": "new",
"behavior": "Custom implementation of `sails new`",
"sailsVersion": "^0.12.8"
}
}