-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "mockasing",
"version": "0.1.2",
"description": "Angular Mock Extensions",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "git@github.com:RupertJS/mockasing.git"
},
"keywords": [
"angular",
"mock",
"testing"
],
"author": "David Souther <davidsouther@gmail.com> (https://davidsouther.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/RupertJS/mockasing/issues"
},
"homepage": "https://github.com/RupertJS/mockasing",
"devDependencies": {
"angular": "^1.3.8",
"angular-mocks": "^1.3.36",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-karma": "^0.9.0",
"grunt-release": "^0.7.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.10",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "0.0.13",
"mocha": "^2.1.0"
}
}