forked from angular-macgyver/MacGyver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.21 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
{
"author": "Adrian Lee <adrian@adrianlee.me>",
"name": "angular-macgyver",
"description": "A library of shared directives",
"version": "1.0.0",
"homepage": "http://angular-macgyver.github.io/MacGyver",
"repository": {
"type": "git",
"url": "git@github.com:angular-macgyver/MacGyver.git"
},
"engines": {
"node": ">=5.3.0"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"electron-prebuilt": "^1.1.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-jsdoc": "^2.0.0",
"grunt-karma": "^2.0.0",
"jsdoc": "^3.4.0",
"karma": "^1.3.0",
"karma-coverage": "^1.0.0",
"karma-electron-launcher": "^0.1.0",
"karma-jasmine": "^1.0.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"macgyver-jsdoc": "github:angular-macgyver/macgyver-jsdoc",
"matchdep": "1.0.1",
"protractor": "4.0.5",
"time-grunt": "1.4.0"
}
}