forked from owncloud/contacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
{
"name": "contacts",
"version": "1.5.4",
"description": "Place this app in **owncloud/apps/**",
"author": {
"name": "Hendrik Leppelsack",
"email": "[email protected]"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/owncloud/contacts.git"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/owncloud/contacts/issues"
},
"homepage": "https://github.com/owncloud/contacts#readme",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
"build": "node node_modules/gulp-cli/bin/gulp.js",
"watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"devDependencies": {
"bower": "^1.7.9",
"chai": "^3.5.0",
"codecov": "^3.6.5",
"gulp": "^4.0.0",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"karma": "^4.4",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-webdriver-launcher": "^1.0.7",
"mocha": "^5.2",
"sinon": "^1.17.5"
}
}