-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 814 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 814 Bytes
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
{
"name": "wildreact",
"version": "0.0.0",
"description": "Wilddog mixin for ReactJS",
"main": "dist/wildreact.js",
"scripts": {
"test": "gulp test",
"travis": "gulp"
},
"author": "",
"license": "MIT",
"keywords": [
"react",
"mixin",
"wilddog",
"realtime",
"react-component"
],
"dependencies": {},
"peerDependencies": {
"react": "^0.14.0",
"wilddog": "^0.6.1"
},
"devDependencies": {
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-exit": "0.0.2",
"gulp-ext-replace": "^0.2.0",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"gulp-uglify": "^1.4.2",
"jsdom": "^6.0.1",
"run-sequence": "^1.1.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"socket.io-client": "^1.3.7"
}
}