forked from willmendesneto/angular-testing-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 Bytes
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
{
"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-jshint": "^1.9.2",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.28",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.3.1",
"map-stream": "0.0.5",
"ng-html2js": "^2.0.0"
}
}