-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1 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
{
"name": "generator-miruken-angular",
"version": "1.0.0",
"description": "Scaffold out a miruken and angualar web application",
"license": "MIT",
"repository": "miruken/generator-miruken-angular",
"author": "Michael Dudley and Craig Neuwirt",
"main": "app/index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3"
},
"scripts": {
"test": "gulp test"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"miruken",
"angular",
"web",
"app",
"front-end",
"h5bp",
"modernizr",
"jquery",
"gulp"
],
"dependencies": {
"chalk": "^1.0.0",
"generator-jasmine": "^0.2.1",
"generator-mocha": "^0.2.0",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"underscore.string": "^3.1.1",
"wiredep": "^2.2.2",
"yeoman-assert": "^2.0.0",
"yeoman-generator": "^0.20.1",
"yosay": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"mocha": "*"
}
}