forked from nabil-boag/angular-multimocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.26 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.26 KB
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
47
48
{
"name": "angular-multimocks",
"version": "0.7.1",
"description": "Tools for managing mock data scenarios in AngularJS applications",
"repository": {
"type": "git",
"url": "git://github.com/wongatech/angular-multimocks"
},
"scripts": {
"dev": "grunt workflow:dev",
"test": "grunt build test",
"package": "grunt package"
},
"files": [
"app/package",
"tasks"
],
"dependencies": {
"angular": "~1.2.0",
"angular-mocks": "~1.2.0",
"gulp-util": "~3.0.7",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"connect": "~2.9.0",
"grunt": "~0.4.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscs": "^2.1.0",
"grunt-karma": "~2.0.0",
"grunt-open": "^0.2.3",
"jasmine-core": "^2.3.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^1.1.0",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^1.0.2"
}
}