-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.25 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
{
"name": "feelingrestful",
"version": "1.0.0",
"description": "WordPress theme for A Day of REST",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/humanmade/Human-Made-website.git"
},
"author": "Human Made",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/humanmade/Human-Made-website/issues"
},
"homepage": "https://github.com/humanmade/Human-Made-website#readme",
"devDependencies": {
"babel-core": "~5.8.22",
"babel-loader": "~5.3.2",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"grunt-webpack": "^1.0.11",
"history": "^1.12.5",
"jquery": "^2.1.4",
"object-assign": "~4.0.1",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.2",
"react-dom": "^0.14.0",
"react-google-maps": "^4.2.0",
"react-redux": "~4.0.0",
"react-router": "^1.0.0-rc3",
"react-static-container": "^1.0.0",
"redux": "^3.0.0",
"redux-logger": "~1.0.6",
"redux-router": "^1.0.0-beta3",
"redux-thunk": "~0.1.0",
"underscore": "^1.8.3",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}