This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
forked from juanpablob/angular-environment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
47
48
49
50
51
52
53
{
"name": "angular-environment",
"version": "1.0.8",
"description": "AngujarJS Environment Plugin",
"main": "index.js",
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanpablob/angular-environment.git"
},
"keywords": [
"angular",
"angularjs",
"environment",
"env"
],
"author": "juanpablob <[email protected]>",
"contributors": [
"questchile <[email protected]>",
"nirarazi <[email protected]>",
"rars <github.com/rars>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/juanpablob/angular-environment/issues"
},
"homepage": "https://github.com/juanpablob/angular-environment#readme",
"peerDependencies": {
"angular": ">1.2.0"
},
"devDependencies": {
"angular": ">1.2.0",
"angular-mocks": ">1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-jsmin": "^0.1.5",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.1",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"yargs": "^3.15.0"
}
}