-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
{
"name": "govright-platform-services",
"version": "1.1.2",
"description": "Services that encapsulate common techniques of interacting with GovRight Corpus REST API",
"author": "GovRight <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/GovRight/platform-services.git"
},
"bugs": {
"url": "https://github.com/GovRight/platform-services/issues"
},
"homepage": "https://github.com/GovRight/platform-services",
"license": "MIT",
"main": "gulpfile.js",
"contributors": [
{
"name": "Heath Morrison",
"email": "[email protected]"
},
{
"name": "Victor Miletsky",
"email": "[email protected]"
}
],
"scripts": {
"jshint": "gulp jshint",
"test": "karma start ./test/karma.conf.js --single-run",
"test:watch": "karma start ./test/karma.conf.js",
"postinstall": "bower install"
},
"pre-commit": [
"jshint",
"test"
],
"devDependencies": {
"browser-sync": "^2.11.1",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.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",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-angular-filesort": "^1.0.1",
"karma-chai": "^0.1.0",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.1.5",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.23",
"karma-wiredep": "^1.0.1",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.3",
"pre-commit": "^1.1.2"
}
}