forked from tuna-io/tuna-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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": "tuna.io",
"version": "1.0.0",
"description": "Search for video",
"main": "",
"scripts": {
"test": "grunt build",
"start": "go run main.go"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuna-io/tuna-io.git"
},
"authors": [
"Bill Zito",
"Bobby Wei",
"Christopher Tham"
],
"license": "GPL",
"bugs": {
"url": "https://github.com/tuna-io/tuna-io/issues"
},
"homepage": "https://github.com/tuna-io/tuna-io#readme",
"dependencies": {
"api-doc": "^4.0.0",
"chai": "^3.5.0",
"eslint": "^3.10.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.0",
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-eslint": "^19.0.0",
"grunt-go": "^0.1.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.1.2",
"redis-commander": "^0.4.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"babel-core": "^5.8.32",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"css-loader": "^0.21.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"node-sass": "^3.4.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "1.2.6",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"toml": "^2.3.0",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.0"
}
}