react-springs
Version:
ooh lookit the wow
35 lines (34 loc) • 789 B
JSON
{
"name": "react-springs",
"version": "1.1.0",
"description": "ooh lookit the wow",
"main": "./lib/index.js",
"scripts": {
"test": "mocha",
"build": "rm -rf lib && babel src -d lib",
"start": "HOT=1 babel-node server.js",
"dev": "babel-node server.js"
},
"keywords": [
"animation",
"react",
"rebound",
"spring"
],
"author": "Sunil Pai",
"license": "ISC",
"devDependencies": {
"babel": "^5.5.4",
"babel-core": "^5.5.4",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.4",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.5.0",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"rebound": "0.0.13",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
}
}