-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "reactb",
"version": "0.0.1",
"description": "TwitterBoostrap elements for ReactJS",
"main": "index.js",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build",
"dist": "./node_modules/gulp/bin/gulp.js dist",
"start": "./node_modules/gulp/bin/gulp.js start",
"test": "./node_modules/gulp/bin/gulp.js test",
"ci": "./node_modules/gulp/bin/gulp.js ci",
"karma-start": "./node_modules/gulp/bin/gulp.js karma-start",
"karma-run": "./node_modules/gulp/bin/gulp.js karma-run"
},
"repository": {
"type": "git",
"url": "https://github.com/politejs/reactb.git"
},
"keywords": [
"flux",
"reactjs",
"action",
"store",
"emitter",
"component"
],
"author": "Marco Pegoraro",
"license": "MIT",
"bugs": {
"url": "https://github.com/politejs/reactb/issues"
},
"homepage": "https://github.com/politejs/reactb",
"devDependencies": {
"chai": "^2.0.0",
"es5-shim": "^4.1.0",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.2",
"gulp-jshint": "^1.9.2",
"gulp-react": "^2.0.0",
"gulp-webpack-build": "^0.4.1",
"istanbul": "^0.3.6",
"istanbul-instrumenter-loader": "^0.1.2",
"jshint-stylish": "^1.0.0",
"jsx-loader": "^0.12.2",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-opera-launcher": "^0.1.0",
"karma-osx-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.4",
"karma-webpack": "^1.5.0",
"mocha": "^2.1.0",
"react": "^0.12.2",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"webpack": "^1.5.3"
}
}