forked from wix-incubator/wml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 990 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
37
38
39
40
41
42
43
{
"name": "@bhoos/wml",
"version": "0.1.6",
"description": "Replaces npm link with something that actually works!",
"scripts": {
"test": ":",
"prepublish": ":",
"build": ":"
},
"bin": {
"wml": "./src/cli/index.js"
},
"author": "dutzi <[email protected]> (http://github.com/dutzi)",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/bhoos/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://npm.pkg.github.com/"
}
}