-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
44 lines (44 loc) · 1.04 KB
/
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
38
39
40
41
42
43
44
{
"name": "wml",
"version": "0.0.0",
"description": "Replaces npm link with something that actually works!",
"scripts": {
"test": ":",
"prepublish": ":",
"build": ":",
"release": "npm install wnpm-ci --no-save && wnpm-release -- --no-shrinkwrap"
},
"bin": {
"wml": "./src/cli/index.js"
},
"author": "dutzi <dutzi@wix.com> (http://github.com/dutzi)",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wix/wml.git"
},
"bugs": {
"url": "https://github.com/wix/wml/issues"
},
"homepage": "https://github.com/wix/wml#readme",
"dependencies": {
"colors": "^1.1.2",
"extend": "^3.0.0",
"fb-watchman": "^1.9.0",
"fs-extra": "^0.30.0",
"inquirer": "^1.2.3",
"is-there": "^4.3.3",
"q": "^1.4.1",
"untildify": "^3.0.2",
"uuid-js": "^0.7.5",
"yargs": "^4.7.1"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.11.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}