mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
initial commit
This commit is contained in:
28
fetch/package.json
Normal file
28
fetch/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "fetch-standard",
|
||||
"author": "Jxck",
|
||||
"license": "MIT",
|
||||
"version": "0.0.0",
|
||||
"description": "implementaion of https://fetch.spec.whatwg.org/",
|
||||
"homepage": "https://github.com/Jxck/fetch",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Jxck/fetch/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"fetch",
|
||||
"whatwg"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Jxck/fetch"
|
||||
},
|
||||
"main": "fetch.ts",
|
||||
"scripts": {
|
||||
"clean": "rm *.js",
|
||||
"build": "tsc fetch.ts --target ES5",
|
||||
"test": "npm run build && node fetch.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^1.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user