-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (42 loc) · 1.06 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
{
"name": "react-pikaday",
"version": "0.3.2",
"description": "A React component wrapper around Pikaday.",
"main": "lib/Pikaday.js",
"repository": {
"type": "git",
"url": "http://github.com/thomasboyt/react-pikaday.git"
},
"dependencies": {
"pikaday": "^1.2.0",
"react": "^0.11.2"
},
"devDependencies": {
"chai": "^1.9.1",
"css-loader": "^0.9.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-mocha": "^0.1.9",
"karma-webpack": "^1.2.2",
"mocha": "^1.21.4",
"style-loader": "^0.8.0",
"webpack": "^1.4.3",
"webpack-dev-server": "^1.6.5",
"babel": "^5.5.8",
"babel-core": "^5.6.18",
"babel-eslint": "^3.1.15",
"babel-loader": "^5.1.4",
"eslint": "^0.23",
"eslint-plugin-react": "^2.3.0"
},
"scripts": {
"test": "scripts/test",
"build-example": "scripts/build-example",
"build": "scripts/build",
"clean": "scripts/clean",
"prepublish": "npm run build"
},
"author": "Thomas Boyt <[email protected]>",
"license": "MIT"
}