-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.18 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.18 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "weather",
"version": "0.1.0",
"description": "",
"homepage": "https://github.com/fraina/weather",
"author": {
"name": "Fraina",
"email": "jscaem@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/fraina/weather.git"
},
"main": "index.js",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.3.2",
"body-parser": "^1.13.3",
"browser-sync": "^2.8.2",
"browser-sync-spa": "^1.0.2",
"bs-html-injector": "^2.0.4",
"css-loader": "^0.16.0",
"eslint": "^1.2.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.2.3",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"fly-eslint": "^0.4.0",
"fly-marked": "^0.1.2",
"fly-minify": "^0.1.0",
"fly-webpack": "1.0.3",
"g11n": "^1.2.0",
"gh-pages": "^0.3.1",
"git-rev-sync": "^1.3.0",
"imagemin": "^3.2.0",
"istanbul-instrumenter-loader": "^0.1.3",
"jade": "^1.11.0",
"jade-html-loader": "0.0.2",
"jsonminify": "^0.2.3",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"laima-mvcss": "0.0.1",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"mocha": "^2.2.5",
"mockjs": "^0.1.10",
"node-sass": "^3.2.0",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"sass-loader": "^2.0.1",
"sprity": "^1.0.7",
"sprity-sass": "^1.0.4",
"webpack": "^1.12.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0",
"webpack-path-rewriter": "^1.1.2"
},
"scripts": {
"postinstall": "bower install",
"init": "git init;git add .;git commit -m 'first commit'"
},
"dependencies": {
"classnames": "^2.1.3",
"isomorphic-fetch": "^2.1.1",
"react": "^0.13.3",
"react-redux": "^2.1.1",
"redux": "^2.0.0",
"redux-thunk": "^0.1.0"
}
}