-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
21 lines (21 loc) · 996 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "accentlab",
"version": "1.0.0",
"description": "<!DOCTYPE html>\r <html>\r <head>\r \t<meta name=\"viewport\" content=\"width=device-width\" />\r \t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r \t<title>WordPress › ReadMe</title>\r \t<link rel=\"stylesheet\" href=\"wp-admin/css/install.css?ver=20100228\" type=\"text/css\" />\r </head>\r <body>\r <h1 id=\"logo\">\r \t<a href=\"https://wordpress.org/\"><img alt=\"WordPress\" src=\"wp-admin/images/wordpress-logo.png\" /></a>\r </h1>\r <p style=\"text-align: center\">Semantic Personal Publishing Platform</p>",
"main": "index.js",
"scripts": {
"babel": "babel --presets es2015 js/main.js -o build/main.bundle.js",
"start": "http-server",
"webpack": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-loader": "^7.1.2",
"webpack": "^3.10.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}