-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1015 Bytes
/
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
{
"name": "proper-ripple",
"version": "0.4.4",
"description": "A material design ripple your designer wouldn't be ashamed of.",
"main": "index.js",
"author": "Vsevolod Trofimov <[email protected]>",
"license": "MIT",
"repository": "https://github.com/VsevolodTrofimov/Ripple.js",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"mocha": "^3.2.0",
"mocha-phantomjs": "^4.1.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"webpack": "^2.5.1"
},
"browserslist": [
"IE 9",
"> 1%",
"last 2 versions"
],
"scripts": {
"test": "node ./node_modules/mocha-phantomjs/bin/mocha-phantomjs ./test/testRunner.html",
"test-browser": "start ./test/testRunner.html",
"build": "node ./node_modules/webpack/bin/webpack"
}
}