forked from javierbyte/react-number-easing
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 839 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 839 Bytes
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
{
"name": "react-number-easing",
"version": "0.0.4",
"description": "React component for fancy transition for numbers.",
"main": "dist/index.js",
"scripts": {
"prepublish": "mkdir -p dist && babel src/index.jsx -u -o dist/index.js --stage 1",
"pages": "git subtree push --prefix gh-pages origin gh-pages",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-component",
"component",
"number",
"easing"
],
"author": "javierbyte",
"license": "ISC",
"dependencies": {
"eases": "^1.0.6",
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-react": "^6.24.1"
}
}