-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 998 Bytes
/
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
{
"name": "govright-corpus-services",
"version": "1.0.0",
"description": "Services for interacting with the models exposed by the LoopBack server via the REST API",
"main": "gulpfile.js",
"contributors": [
{
"name": "Heath Morrison",
"email": "heath@govright.org"
},
{
"name": "Victor Miletsky",
"email": "victor@govright.org"
}
],
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/GovRight/corpus-services.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/GovRight/corpus-services/issues"
},
"homepage": "https://github.com/GovRight/corpus-services",
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.0",
"gulp-ngdocs": "^0.2.13",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1",
"gulp-wrap": "^0.11.0"
}
}