forked from MasGaNo/FSPromise
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (27 loc) · 1010 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
{
"author": "MasGaNo <masgano@gmail.com> (https://github.com/MasGaNo)",
"bugs": {
"url": "https://github.com/MasGaNo/FSPromise/issues"
},
"description": "FSPromise.js, Part of FantaSite Framework. Add abort method for ES6 Promise (currently use polyfill ES6Promise).",
"homepage": "https://github.com/MasGaNo/FSPromise",
"keywords": [
"Promise",
"ES6",
"javascript",
"abort",
"MasGaNo"
],
"dependencies": {
},
"license": "MIT",
"main": "build/FSPromise.js",
"name": "FSPromise",
"readme": "FSPromise 0.1.0\r\n=============\r\n\r\nThis project is not ready for use in production. It's still under heavy development. I wrote this for another project I work on right now, but its still far from being stable. Testing are fixes and comments are welcome.\r\n\r\nFor more check out the documentation.md\r\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/MasGaNo/FSPromise.git"
},
"version": "0.2.2"
}