-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "100shapes-beryllium",
"version": "0.1.0",
"private": true,
"description": "Beryllium release of the 100 Shapes site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/100Shapes/100Shapes.com-Beryllium.git"
},
"keywords": [
"Jekyll",
"webpack"
],
"author": "Michele Memoli <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/100Shapes/100Shapes.com-Beryllium/issues"
},
"homepage": "https://github.com/100Shapes/100Shapes.com-Beryllium#readme",
"dependencies": {
"animate.css": "^3.5.1",
"autoprefixer": "^6.4.0",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"favico.js": "^0.3.10",
"file-loader": "^0.9.0",
"foundation-sites": "^6.2.3",
"imports-loader": "^0.6.5",
"node-sass": "^3.7.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"wowjs": "^1.1.3"
}
}