forked from ysmood/yaku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 846 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
{
"name": "yaku",
"version": "0.3.0",
"description": "An ES6 Promise/A+ implementation that doesn't hurt.",
"main": "lib/yaku.js",
"scripts": {
"no": "no",
"test": "no test",
"prepublish": "no clean build"
},
"repository": {
"type": "git",
"url": "https://github.com/ysmood/yaku.git"
},
"keywords": [
"promise",
"es6",
"shim"
],
"author": "http://ysmood.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/ysmood/yaku/issues"
},
"homepage": "https://github.com/ysmood/yaku",
"files": [
"lib/yaku.js",
"lib/utils.js"
],
"devDependencies": {
"bluebird": "2.9.33",
"coffee-script": "1.9.3",
"coffeelint": "1.10.1",
"es6-promise": "2.3.0",
"nokit": "0.9.1",
"promises-aplus-tests": "*",
"q": "1.4.1",
"uglify-js": "2.4.23"
}
}