-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.67 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.67 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
{
"name": "infocoffee",
"version": "0.1.0",
"description": "Programming test for info.nl regarding coffee varieties",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meinte/infocoffee.git"
},
"keywords": [
"Coffee",
"assignment",
"info"
],
"author": "Meinte van't Kruis <meinte@gmail.com> (http://hellomeinte.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/meinte/infocoffee/issues"
},
"homepage": "https://github.com/meinte/infocoffee#readme",
"dependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-plugin-transform-es2015-spread": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"del": "^2.2.2",
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"eslint-config-google": "^0.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-less": "^3.1.0",
"gulp-print": "^2.0.1",
"gulp-webpack-build": "^0.13.1",
"gulp-webserver": "^0.9.1",
"jsdom": "9.5.0",
"jsdom-global": "2.1.0",
"less-loader": "^2.2.3",
"react-addons-test-utils": "^15.3.2",
"spy": "^0.1.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}