-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 848 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": "eventful-react",
"version": "1.1.0",
"description": "A library for adding Backbone style events to React components",
"main": "eventful-react.js",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"browserify": "^10.2.1",
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-react": "^0.12.2",
"jsdom": "^3.1.2",
"mocha": "^2.2.5",
"reactify": "^1.1.1",
"sinon": "^1.14.1"
},
"repository": {
"type": "git",
"url": "https://github.com/TheRealest/eventful-react.git"
},
"author": "Réal Provencher",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheRealest/eventful-react/issues"
},
"homepage": "https://github.com/TheRealest/eventful-react"
}