-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "angular-environment-config",
"description": "Environment configuration module for AngularJS",
"keywords": [
"AngularJS",
"environment",
"env",
"configuration",
"config",
"cfg"
],
"version": "1.0.0",
"homepage": "https://github.com/luminous-patterns/angular-environment-config",
"author": {
"name": "Cal Milne",
"email": "cal@calmilne.com",
"web": "https://github.com/luminous-patterns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luminous-patterns/angular-environment-config.git"
},
"bugs": {
"url": "https://github.com/luminous-patterns/angular-environment-config/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/luminous-patterns/angular-environment-config/blob/master/LICENSE"
}
],
"main": "release/angular-environment-config.js",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {},
"devDependencies": {
"faithful-exec": "^0.1.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"karma-requirejs": "^0.2.3",
"karma-script-launcher": "^0.1.0",
"load-grunt-tasks": "~0.4.0",
"q": "^1.4.1",
"requirejs": "^2.1.22",
"shelljs": "^0.5.3"
}
}