-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.54 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "angular-scaffold",
"description": "Angular Scaffold is a collection of convenience wrappers around angular-model collections.",
"license": "BSD-3-Clause",
"version": "0.3.2",
"homepage": "https://github.com/radify/angular-scaffold/",
"repository": {
"type": "git",
"url": "git://github.com/radify/angular-scaffold.git"
},
"bugs": {
"url": "https://github.com/radify/angular-scaffold/issues"
},
"maintainers": [
{
"name": "Nate Abele",
"email": "[email protected]",
"web": "http://radify.io"
}
],
"contributors": [
{
"name": "Warren Seymour",
"email": "[email protected]",
"web": "http://radify.io"
},
{
"name": "John Mercer",
"email": "[email protected]",
"web": "http://radify.io"
},
{
"name": "Gavin Davies",
"email": "[email protected]",
"web": "http://radify.io"
}
],
"devDependencies": {
"angular": "~1.2.29",
"angular-mocks": "~1.2.29",
"angular-model": "^0.6.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "^2.0.0",
"gulp-ngdocs": "^0.2.13",
"gulp-nsp": "^2.1.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19",
"run-sequence": "^1.1.5"
},
"keywords": [
"angular",
"angularjs",
"HATEOS",
"hypermedia",
"architecture",
"angular-model"
]
}