-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "ham-toastie",
"version": "1.0.2",
"description": "An SVG geometric pattern generator",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devonChurch/ham-toastie.git"
},
"keywords": [
"SVG",
"Procedurally generated",
"Geometric patterns"
],
"author": "Devon Church",
"license": "MIT",
"bugs": {
"url": "https://github.com/devonChurch/ham-toastie/issues"
},
"homepage": "https://github.com/devonChurch/ham-toastie#readme",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"eslint": "^2.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.1.0",
"extract-text-webpack-plugin": "^1.0.1",
"install": "^0.4.4",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {}
}