-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
40 lines (40 loc) · 1.27 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
{
"name": "black-belt-AngularJS-directives",
"version": "0.9.3",
"description": "A Directive set to help Master AngularJS Directives",
"author": "https://github.com/joshkurz/black-belt-AngularJS-directives/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/joshkurz/black-belt-AngularJS-directives",
"main": "./directives",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-karma": "~0.7.1",
"grunt-recess": "~0.3",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-browser-sync": "~0.7.2",
"matchdep": "~0.1.1",
"grunt-html2js": "~0.1.3",
"karma": "~0.12.0",
"karma-jasmine": "~0.1.0",
"karma-chrome-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.1",
"http-server": "0.5.5",
"karma-coverage": "~0.1.2",
"load-grunt-tasks": "~0.2.0",
"protractor": "^0.22.0",
"grunt-protractor-runner": "^0.2.4"
},
"scripts": {
"test": "grunt",
"install": "node node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
"url": "git://github.com/joshkurz/black-belt-AngularJS-directives"
}
}