-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.29 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
51
52
53
54
55
56
57
58
59
60
{
"name": "script-chain",
"version": "0.0.8",
"main": "src/index.js",
"module": "src/index.js",
"description": "fluent script building",
"scripts": {
"diggy:nested": "node test/fixtures/diggy.js",
"diggy": "node test/fixtures/diggy.js",
"test": "ava --verbose"
},
"unusedDependencies": {
"npm-run-path": "2.0.2",
"np": "*",
"semver": "^5.3.0",
"flipcache": "*",
"izz": "*",
"dargs": "5.1.0"
},
"devDependencies": {
"fluent-skeleton": "*",
"ava": "^0.19.0",
"fosho": "*"
},
"dependencies": {
"obj-chain-core": "0.0.5",
"obj-chain-plugin-config": "0.0.5",
"execa": "0.6.3",
"flipchain": "*",
"flipfile": "*",
"flipglob": "*",
"fliphub-core": "*",
"fliplog": "*",
"fliptime": "*",
"insert-at-index": "*",
"likeaboss": "*",
"to-arr": "*",
"funwithflags": "*"
},
"keywords": [
"fluent",
"flags",
"scripts",
"package-scripts",
"pkgflip",
"flipscript",
"fliphub",
"flipbox"
],
"license": "MIT",
"author": "James <aretecode@gmail.com>",
"homepage": "https://github.com/fliphub/fliphub#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/fliphub/fliphub.git"
},
"bugs": {
"url": "https://github.com/fliphub/fliphub/issues"
}
}