-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 990 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
38
39
40
41
42
43
44
{
"name": "generator-unicorn",
"version": "0.1.0",
"description": "Yeoman generator for a Sails/Angular starter project.",
"license": "MIT",
"main": "app/index.js",
"repository": "https://github.com/lukeheath/generator-unicorn",
"author": {
"name": "Luke Heath",
"email": "[email protected]",
"url": "https://github.com/lukeheath"
},
"scripts": {
"test": "mocha"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"unicorn",
"seed",
"sails",
"angular",
"treeline"
],
"dependencies": {
"colors": "^1.1.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"lodash": "^3.9.3",
"sillyname": "0.0.3",
"yeoman-generator": "^0.20.2",
"yosay": "^1.0.2"
},
"devDependencies": {
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-shell": "^1.1.2",
"grunt-string-replace": "^1.2.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "*"
}
}