-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 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
43
44
45
46
47
48
49
50
{
"name": "react-gradient-timepicker",
"version": "0.0.3",
"author": "Rahul Dhawani",
"main": "build/index.js",
"description": "React Timepicker",
"scripts": {
"dev": "node webpacker-server.js",
"test": "mocha --require ./src/test/utils.js --compilers js:babel-core/register --reporter spec ./src/test",
"build": "rm -rf ./build && babel src/timepicker -d build/"
},
"repository": {
"type": "git",
"url": "https://github.com/rahuldhawani/react-gradient-timepicker.git"
},
"homepage": "https://github.com/rahuldhawani/react-gradient-timepicker",
"bugs": "https://github.com/rahuldhawani/react-gradient-timepicker/issues",
"keywords": [
"react",
"time",
"timepicker",
"time-picker",
"gradient"
],
"license": "MIT",
"dependencies": {
"lodash.find": "^4.6.0",
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-1": "^6.16.0",
"babel-preset-react": "^6.1.18",
"chai": "^3.5.0",
"enzyme": "^2.5.1",
"eslint": "^3.6.1",
"eslint-plugin-react": "^6.2.0",
"jsdom": "^9.8.0",
"mocha": "^3.1.2",
"mocha-jsdom": "^1.1.0",
"react-addons-test-utils": "^15.3.2",
"sinon": "^1.17.6",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}