-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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": "diagrama",
"version": "0.0.1",
"description": "React.js and d3.js based components",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/torresomar/diagrama.git"
},
"keywords": [
"react",
"d3",
"charts"
],
"author": "Omar Torres",
"license": "ISC",
"bugs": {
"url": "https://github.com/torresomar/diagrama/issues"
},
"homepage": "https://github.com/torresomar/diagrama",
"devDependencies": {
"babel": "^6.1.18",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0",
"gulp-ruby-sass": "^2.0.5",
"gulp-util": "^3.0.7",
"jsdom": "^7.0.2",
"mocha": "^2.3.4",
"mocha-jsdom": "^1.0.0",
"react-addons-test-utils": "^0.14.3",
"react-tools": "^0.13.3",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"dependencies": {
"d3": "^3.5.9",
"react": "^0.14.3"
}
}