forked from cironunes/angular-testing-recipes
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 998 Bytes
/
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
{
"name": "angular-testing-recipes",
"version": "0.0.0",
"description": "angular-testing-recipes",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/willmendesneto/angular-testing-recipes.git"
},
"authors": [
"Wilson Mendes",
"Ciro Nunes"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/willmendesneto/angular-testing-recipes/issues"
},
"homepage": "https://github.com/willmendesneto/angular-testing-recipes",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-coveralls": "^0.1.4",
"gulp-jshint": "^2.0.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.3",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"lodash": "^3.3.1",
"map-stream": "0.0.6",
"ng-html2js": "^2.0.0"
}
}