forked from jsbuzz/github-repo-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.49 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.49 KB
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
{
"name": "github-repo-browser",
"version": "1.0.0",
"description": "Github repo browser in Fiber",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run",
"start": "node ./node_modules/webpack/bin/webpack.js && ./node_modules/http-server/bin/http-server ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiberjs/github-repo-browser.git"
},
"author": "Matyas Buczko",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiberjs/github-repo-browser/issues"
},
"homepage": "https://github.com/fiberjs/github-repo-browser#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.18.2",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.28.4",
"debounce": "^1.0.2",
"extract-text-webpack-plugin": "^3.0.0",
"fiber-framework": "git+https://github.com/fiberjs/fiber-framework.git",
"flow-manager": "git+https://github.com/fiberjs/flow-manager.git#d3a86321d68897e74fbdd6b435a30dbe43dc7032",
"html-loader": "^0.4.5",
"http-server": "^0.10.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.4",
"marked": "^0.3.6",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"patchit": "git+https://github.com/fiberjs/PatchIt.git",
"sass-loader": "^6.0.6",
"webpack": "^3.4.1"
}
}