-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 926 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
{
"name": "push2cloud-cli",
"version": "2.0.3",
"description": "cli for push2cloud",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=4.2.0"
},
"bin": {
"p2c": "cli.js"
},
"author": "Adriano Raiano <[email protected]> (https://github.com/adrai)",
"contributors": [
"Adriano Raiano <[email protected]> (https://github.com/adrai)",
"Christoph Hermann <[email protected]> (http://stoeffel.github.io/)",
"Michael Erne <[email protected]> (https://github.com/michaelerne)"
],
"license": "Apache-2.0",
"repository": "push2cloud/cli",
"homepage": "http://push2.cloud/",
"devDependencies": {
"eslint": "3.5.0"
},
"dependencies": {
"chalk": "1.1.3",
"push2cloud-compiler": "2.0.4",
"epochjs": "2.0.0",
"lodash": "4.15.0",
"log-symbols": "1.0.2",
"write-json-file": "2.0.0",
"yargs": "5.0.0"
}
}