-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
45
46
47
48
49
50
{
"name": "floomatic",
"homepage": "https://github.com/Floobits/floomatic/",
"repository": {
"type": "git",
"url": "git://github.com:Floobits/floomatic.git"
},
"contributors": [
"Matt Kaniaris <[email protected]>",
"Geoff Greer <[email protected]>"
],
"version": "0.5.5",
"dependencies": {
"async": "1.x",
"dmp": "1.x",
"floorine": "0.3.x",
"lodash": "4.x",
"minimatch": "3.x",
"mkdirp": "0.5.x",
"open": "0.x",
"optimist": "0.6.x",
"request": "2.x"
},
"devDependencies": {
"eslint": "3.x",
"eslint-config-floobits": "*"
},
"optionalDependencies": {
"fsevents": "1.x",
"native-diff-match-patch": "0.x"
},
"engines": {
"node": ">=4.0"
},
"preferGlobal": true,
"bin": {
"floomatic": "./bin/floomatic"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js *.js lib/*.js",
"start": "./bin/floomatic"
},
"bugs": {
"url": "https://github.com/Floobits/floomatic/issues"
},
"license": "Apache-2.0"
}