simple-jas
Version:
A simple, smart, minimum configuration JSONAPI serializer.
33 lines • 835 B
JSON
{
"name": "simple-jas",
"version": "0.4.14",
"description": "A simple, smart, minimum configuration JSONAPI serializer.",
"main": "dist/simple-jas.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "node test/test.js",
"pretest": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/rbao/simple-jas.git"
},
"keywords": [
"JSONAPI",
"serializer"
],
"author": "Roy Bao <roy@roybao.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rbao/simple-jas/issues"
},
"homepage": "https://github.com/rbao/simple-jas",
"devDependencies": {
"babel-preset-env": "^1.6.0",
"rollup": "^0.46.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0"
}
}