-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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": "generator-angular-gulp-coffee",
"version": "1.1.0",
"description": "Angular Gulp Coffee Yeoman generator",
"keywords": [
"yeoman-generator",
"coffeescript",
"gulp",
"angular"
],
"homepage": "https://github.com/ky0615/generator-angular-gulp-coffee",
"bugs": "https://github.com/ky0615/generator-angular-gulp-coffee/issues",
"author": {
"name": "dll7",
"email": "idolm@ster.pw",
"url": "https://github.com/ky0615"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/ky0615/generator-angular-gulp-coffee.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"coffee-script": "^1.8.0",
"yeoman-generator": "^0.13.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.7.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-mocha-cli": "^1.3.0",
"mocha": "~1.12.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}