forked from middleman/middlemanapp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "middleman-guides",
"version": "1.0.0",
"description": "Middleman Documentation",
"main": "source/javascripts/site.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/middleman/middleman-guides.git"
},
"author": "Thomas Reynolds <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/middleman/middleman-guides/issues"
},
"homepage": "https://github.com/middleman/middleman-guides#readme",
"dependencies": {
"anchor-js": "^2.0.0",
"highlight.js": "^9.0.0",
"jquery": "^2.1.4",
"waypoints": "^4.0.0",
"babel": "^6.1.18",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-polyfill": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-runtime": "^6.1.21",
"clean-webpack-plugin": "^0.1.3",
"exports-loader": "^0.6.2",
"imports-loader": "^0.6.4",
"webpack": "^1.10.5"
}
}