-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1009 Bytes
/
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
{
"name": "components_1808_2130",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint components/**/*.js",
"serve": "./node_modules/.bin/static-server .",
"test": "echo \"Error: no test specified\" && exit 1",
"pug": "pug components/{**/**,**}/*.pug --no-debug --client --name-after-file --extension=pug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iketari/components_1808_2130.git"
},
"author": "Artsiom Mezin",
"license": "MIT",
"bugs": {
"url": "https://github.com/iketari/components_1808_2130/issues"
},
"homepage": "https://github.com/iketari/components_1808_2130#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"eslint": "^4.1.1",
"eslint-config-google": "^0.9.1",
"pug": "^2.0.0-rc.4",
"pug-cli": "^1.0.0-alpha6",
"static-server": "^2.0.5",
"webpack": "^3.6.0"
}
}