-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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": "push2cloud-compiler",
"version": "2.0.4",
"description": "compiler for push2cloud manifests",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=4.2.0"
},
"author": "Adriano Raiano <adriano@raiano.ch> (https://github.com/adrai)",
"contributors": [
"Adriano Raiano <adriano@raiano.ch> (https://github.com/adrai)",
"Christoph Hermann <schtoeffel@gmail.com> (http://stoeffel.github.io/)",
"Michael Erne <michael.erne@gmail.com> (https://github.com/michaelerne)"
],
"license": "Apache-2.0",
"repository": "push2cloud/compiler",
"homepage": "http://push2.cloud/",
"devDependencies": {
"eslint": "3.5.0"
},
"dependencies": {
"async": "2.0.1",
"copy": "0.3.0",
"cp-file": "3.2.0",
"debug": "2.2.0",
"fs-symlink": "1.2.1",
"git-archive": "0.1.4",
"load-json-file": "2.0.0",
"lodash": "4.15.0",
"mkdirp": "0.5.1",
"request": "2.74.0",
"rimraf": "2.5.4",
"shelljs": "0.7.4",
"underscore.string": "3.3.4",
"write-json-file": "2.0.0"
}
}