-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 901 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
{
"name": "push2cloud-compiler-workspace-resolver",
"version": "1.0.2",
"description": "makes paths in the deploymentConfig absolute",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=4.2.0"
},
"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/compiler-workspace-resolver",
"homepage": "http://push2.cloud/",
"devDependencies": {
"eslint": "2.13.1"
},
"dependencies": {
"debug": "2.2.0",
"lodash": "4.13.1",
"shelljs": "0.7.4",
"write-json-file": "2.0.0"
}
}