-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 924 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 924 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
30
31
32
33
34
35
36
37
38
{
"name": "nodiceware-web",
"version": "0.0.1",
"description": "",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browser-sync": "^2.19.0",
"eslint": "^4.13.1",
"gulp": "^3.9.1",
"gulp-bro": "^1.0.2",
"gulp-postcss": "^7.0.0",
"gulp-sourcemaps": "^2.6.1",
"normalize.css": "^7.0.0",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"vue": "^2.5.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbelivo/nodiceware-web.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mbelivo/nodiceware-web/issues"
},
"homepage": "https://github.com/mbelivo/nodiceware-web#readme",
"browserslist": [
"> 0.5%",
"firefox ESR"
],
"scripts": {
"serve-dev": "NODE_ENV='development' gulp serve"
}
}