-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
42 lines (42 loc) · 1.04 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": "bounty",
"version": "1.3.0",
"description": "SVG library for transitioning numbers with motion blur",
"main": "lib/bounty.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --inline --host 0.0.0.0",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/coderitual/bounty.git"
},
"keywords": [
"svg",
"odometer",
"effect",
"animation",
"ui",
"library",
"webcomponents"
],
"author": "Michal Skowronek <skowronkow@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^3.1.11"
}
}