-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 709 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 709 Bytes
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
{
"name": "chromata",
"version": "0.0.1",
"description": "",
"main": "src/index.html",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.0.1",
"rimraf": "^2.6.2",
"webpack": "^3.5.6"
},
"scripts": {
"watch": "rimraf ./build && webpack -w"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelbromley/chromata.git"
},
"author": "Michael Bromley",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelbromley/chromata/issues"
},
"homepage": "https://github.com/michaelbromley/chromata"
}