get-json-lite
Version:
getJSON from youmightnotneedjquery, IE9+
36 lines (35 loc) • 1.01 kB
JSON
{
"name": "get-json-lite",
"version": "2.0.0",
"description": "getJSON from youmightnotneedjquery, IE9+",
"main": "build/index.js",
"jsnext:main": "build/index.es6.js",
"scripts": {
"clean": "rimraf build",
"build:cjs": "rollup -c -f cjs -i index.js -o build/index.js",
"build:es6": "rollup -c -i index.js -o build/index.es6.js",
"build": "npm run clean && npm run build:cjs && npm run build:es6",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielflorit/get-json-lite.git"
},
"keywords": [
"getJSON",
"ajax",
"get-json"
],
"author": "Gabriel Florit",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabrielflorit/get-json-lite/issues"
},
"homepage": "https://github.com/gabrielflorit/get-json-lite#readme",
"devDependencies": {
"babel-preset-es2015-rollup": "^1.0.0",
"rimraf": "^2.5.0",
"rollup": "^0.24.0",
"rollup-plugin-babel": "^2.3.8"
}
}