-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
45
46
{
"name": "angular-mox",
"author": "Frank van Wijk <fvanwijk@xebia.com>",
"description": "Mocking utility library for AngularJS apps",
"version": "0.7.1",
"main": "dist/mox.js",
"homepage": "https://github.com/fvanwijk/mox",
"repository": {
"type": "git",
"url": "git://github.com/fvanwijk/mox.git"
},
"dependencies": {
"angular": ">=1.2 <=1.6.2",
"angular-mocks": ">=1.2 <= 1.6.2"
},
"devDependencies": {
"angular-resource": ">=1.2 <= 1.6.2",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.1.0",
"grunt-istanbul-coverage": "0.1.4",
"grunt-jscs": "3.0.1",
"grunt-karma": "2.0.0",
"jasmine-core": "2.5.2",
"jasmine-jquery": "2.1.1",
"jasmine-mox-matchers": "1.0.0",
"jquery": "3.1.1",
"jshint-stylish": "2.2.1",
"karma": "1.5.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.2",
"load-grunt-tasks": "3.5.2",
"lodash": "4.17.4",
"phantomjs-prebuilt": "2.1.14",
"test-runner-config": "0.5.0"
},
"license": "MIT",
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
}
}