react-ampify
Version:
A collection of utility functions for developing AMP page with React.js
32 lines (31 loc) • 791 B
JSON
{
"name": "react-ampify",
"version": "0.0.2",
"description": "A collection of utility functions for developing AMP page with React.js",
"main": "./dist/index.js",
"repository": "git@github.com:jimmy319/react-ampify.git",
"author": "CR Jimmy <jimmy74319@gmail.com>",
"license": "MIT",
"keywords": [
"amp",
"amp-html",
"react"
],
"peerDependencies": {
"react": "^16.1.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"jest": "^22.4.3",
"react": "16.1.1"
},
"scripts": {
"build": "babel index.js --out-dir dist",
"test": "jest",
"test:watch": "jest --watch"
}
}