-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 931 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
{
"name": "react-live-timer",
"version": "0.3.2",
"description": "React Live Timer (Hourglass animation for countdown)",
"main": "dist/Timer.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpirbhoy/react-live-timer.git"
},
"author": "Mohammad Mujtaba Pirbhoy <mujtaba.pirbhoy@mail.utoronto.ca> (http://www.mpirbhoy.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mpirbhoy/react-live-timer/issues"
},
"homepage": "https://github.com/mpirbhoy/react-live-timer#readme",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"webpack": "^1.12.9"
},
"dependencies": {
"moment": "^2.20.1",
"react": "^0.14.9",
"react-dom": "^0.14.9"
}
}