forked from oklai/koala
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 794 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 794 Bytes
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
{
"name": "koala",
"version": "2.3.0",
"description": "[](https://gitter.im/oklai/koala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
"main": "index.js",
"dependencies": {
"gulp": "^3.8.11",
"gulp-appdmg": "^1.0.2",
"gulp-node-webkit-builder": "^1.1.1",
"merge-stream": "^1.0.1",
"nw-builder": "^3.5.1",
"run-sequence": "^2.2.0",
"shelljs": "^0.7.8"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/oklai/koala.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oklai/koala/issues"
},
"homepage": "https://github.com/oklai/koala#readme"
}