-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 906 Bytes
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
{
"name": "broken",
"version": "0.1.13",
"description": "Promises are meant to be broken",
"homepage": "https://github.com/zeekay/broken#readme",
"author": "Zach Kelling <z@zeekay.io>",
"license": "MIT",
"bugs": "https://github.com/zeekay/broken/issues",
"repository": "github:zeekay/broken",
"keywords": [
"promises",
"promise"
],
"main": "lib/broken.js",
"module": "lib/broken.mjs",
"files": [
"lib/",
"src/"
],
"devDependencies": {
"coffeescript": "1.2.7",
"sake-bundle": "0.6.3",
"sake-chai": "0.2.5",
"sake-cli": "0.5.23",
"sake-core": "1.5.1",
"sake-mocha": "0.1.7",
"sake-outdated": "^0.1.28",
"sake-publish": "0.1.16",
"sake-test": "0.1.5",
"sake-version": "0.1.19"
},
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build:min",
"pretest": "sake build",
"test": "sake test"
}
}