-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "zoo105",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexsyo/zoo105.git"
},
"author": "Alessandro",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexsyo/zoo105/issues"
},
"homepage": "https://github.com/alexsyo/zoo105#readme",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"chai-datetime": "^1.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-htmlmin": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-ruby-sass": "^2.0.6",
"mocha": "^2.3.4",
"reactify": "^1.1.1",
"sinon": "^1.17.2",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3"
}
}