forked from cocoadialog/cocoadialog
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 918 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
{
"private": true,
"name": "cocoadialog",
"version": "1.0.0",
"description": "Build scripts",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cocoadialog/cocoadialog.git"
},
"author": "Mark Carver",
"license": "GPL-2.0",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"preinstall": "pod install",
"build": "./Scripts/build.js",
"commit": "./Scripts/commit.js",
"test": "./Scripts/test.js",
"travis": "./Scripts/travis.js",
"update-version": "./Scripts/update-version.js"
},
"dependencies": {
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"dot-prop": "^4.2.1",
"execa": "^0.8.0",
"get-stream": "^9.0.1",
"nanoseconds": "^1.0.1",
"semver-utils": "^1.1.4",
"shortid": "^2.2.16",
"simple-plist": "^1.3.1"
}
}