forked from tomma5o/touchMyRipple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (41 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "touchmyripple",
"version": "1.5.9",
"description": "Lightweight library for add ripple effect where you want",
"main": "dist/touchMyRipple.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/webpack --config webpack.config.js && npm run copy",
"copy": "node _buildTask/copy.js",
"watch": "node_modules/.bin/webpack --watch --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomma5o/touchMyRipple.git"
},
"keywords": [
"ripple",
"vanillajs",
"light",
"simple"
],
"author": "Tommaso Poletti",
"license": "GNU",
"bugs": {
"url": "https://github.com/tomma5o/touchMyRipple/issues"
},
"homepage": "https://github.com/tomma5o/touchMyRipple#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"fs-extra": "^3.0.1",
"rimraf": "^2.6.1",
"webpack": "^3.0.0"
}
}