-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "FirstAidGit",
"version": "1.0.0",
"description": "Searchable collection of frequently asked questions for git",
"main": "webpack.config.js",
"scripts": {
"start": "webpack-dev-server --hot --progress --colors",
"build": "webpack --progress --config webpack.dist.config --colors"
},
"author": "Ricardo Magalhães",
"license": "MIT",
"dependencies": {
"es6-promise": "^3.0.2",
"markdown": "^0.5.0",
"node-sass": "^4.5.3",
"react": "^0.13.3",
"react-inlinesvg": "^0.4.2",
"sass-loader": "^3.0.0",
"showdown": "^1.2.3",
"react-router": "^0.13.3",
"whatwg-fetch": "^0.9.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^1.4.1",
"gulp-webpack": "^1.5.0",
"html-webpack-plugin": "^1.6.1",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.3",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
},
"keywords": [
"git",
"github",
"questions",
"faq"
],
"homepage": "https://github.com/magalhini/firstaidgit",
"bugs": "https://github.com/magalhini/firstaidgit/issues",
"repository": {
"type": "git",
"url": "https://github.com/magalhini/firstaidgit.git"
},
"contributors": [
"Ricardo Magalhães",
"Richard Littauer"
]
}