forked from DaftMonk/generator-ng-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
49
50
51
52
53
54
55
56
57
{
"name": "generator-ng-component",
"version": "0.3.3",
"description": "Yeoman generator",
"license": "MIT",
"repository": "DaftMonk/generator-ng-component",
"author": {
"name": "Tyler Henkel",
"email": "",
"url": "https://github.com/DaftMonk"
},
"contributors": [
"Andrew Koroluk <koroluka@gmail.com> (http://andrewk.me/)",
"Cody Mize <me@codymize.com> (http://codymize.com/)"
],
"engines": {
"node": ">=4.4.6"
},
"scripts": {
"prepublish": "gulp build",
"test": "mocha"
},
"keywords": [
"yeoman-generator"
],
"dependencies": {
"bluebird": "^3.4.1",
"chalk": "~1.1.3",
"lodash": "^4.13.1",
"semver": "^5.2.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "~0.23.3"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"del": "^2.2.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.1",
"gulp-plumber": "^1.1.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"mocha": "^2.5.3",
"run-sequence": "^1.2.1",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.4.0"
}
}