-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "angular-google-picker",
"version": "0.2.2",
"description": "An AngularJs directive that interact with the Google API Picker",
"author": "Loic Kartono <[email protected]> (http://www.kartono-loic.com)",
"scripts": {
"postinstall": "bower install",
"pretest": "rimraf coverage/",
"test": "gulp test",
"preversion": "npm test",
"postversion": "gulp changelog && git commit -a --amend --no-edit && npm publish"
},
"contributors": [
{
"name": "Fran Dios",
"email": "[email protected]"
}
],
"devDependencies": {
"bower": "^1.7.9",
"coveralls": "^2.11.9",
"cz-conventional-changelog": "^1.1.6",
"gulp": "^3.8.8",
"gulp-conventional-changelog": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"jasmine-core": "^2.4.1",
"karma": "^1.1.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"rimraf": "^2.5.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}