-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.25 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-with-tap-events",
"version": "0.1.0",
"description": "Patch react with tap events",
"main": "src/react-patch.js",
"scripts": {
"build": "webpack --progress --colors --watch",
"start": "webpack-dev-server --progress --colors",
"test": "mocha"
},
"author": "Matt Hartman",
"contributors": [
{
"name": "Matthew Hartman",
"email": "hartmamt@ucmail.uc.edu"
}
],
"license": "ISC",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"chai-react": "^2.0.1",
"convict": "^1.0.1",
"css-loader": "^0.16.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"jsdoc": "^3.3.2",
"jsdom": "^3.1.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"mocha": "^2.3.2",
"mocha-jsdom": "^1.0.0",
"mocha-loader": "^0.7.1",
"react": "^0.13.3",
"rquery": "^2.0.3",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"react-tap-event-plugin": "^0.1.7"
}
}