-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 929 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
{
"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.",
"homepage": "https://github.com/MasGaNo/FSPromise",
"keywords": [
"Promise",
"ES6",
"javascript",
"abort",
"MasGaNo"
],
"dependencies": {},
"devDependencies": {
"@types/node": "8.0.10",
"typescript": "2.4.1"
},
"scripts": {
"build": "./node_modules/.bin/tsc",
"start": "npm run build",
"watch": "npm run build && ./node_modules/.bin/tsc -w"
},
"license": "MIT",
"main": "build/FSPromise.js",
"name": "FSPromise",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/MasGaNo/FSPromise.git"
},
"types": "./scripts/typings/fspromise/fspromise.d.ts",
"version": "0.5.1"
}