touch-ripple
Version:
32 lines (31 loc) • 730 B
JSON
{
"name": "touch-ripple",
"version": "0.1.6",
"description": "touch ripple",
"main": "dist/touch-ripple.js",
"scripts": {
"dev": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qgh810/touch-ripple.git"
},
"keywords": [
"ripple",
"ripples",
"touch-ripple"
],
"author": "qiuguohui",
"license": "ISC",
"bugs": {
"url": "https://github.com/qgh810/touch-ripple/issues"
},
"homepage": "https://github.com/qgh810/touch-ripple#readme",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"webpack": "^2.2.1"
}
}