-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
33 lines (33 loc) · 858 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": "react-transitive-number",
"version": "3.1.0",
"description": "React component to apply transition effect to numeric strings, a la old Groupon timers",
"main": "index.js",
"scripts": {
"watch-example": "watchify -o example/index.compiled.js example/index.js -v",
"compile-example": "browserify -o example/index.compiled.js example/index.js"
},
"keywords": [
"react-component",
"react",
"transition",
"number",
"animation"
],
"author": "Aziz Yuldoshev",
"repository": {
"type": "git",
"url": "git://github.com/Lapple/react-transitive-number.git"
},
"license": "MIT",
"peerDependencies": {
"create-react-class": "^15.5.0",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"devDependencies": {
"browserify": "10.2.3",
"moment": "2.10.3",
"watchify": "3.2.1"
}
}