-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 865 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
34
35
36
37
38
{
"name": "ratata",
"version": "0.8.0",
"description": "HTML, CSS and JavaScript boilerplate using just HTML, CSS and JavaScript.",
"main": "src/css/ratata.css",
"scripts": {
"testJs": "standard src/js/*",
"testCss": "stylelint src/css/*",
"test": "npm run testJs && npm run testCss"
},
"repository": {
"type": "git",
"url": "git://github.com/deoostfrees/ratata.git"
},
"keywords": [
"html",
"css",
"javascript",
"boilerplate"
],
"author": "Benjamin de Oostfrees",
"license": "MIT",
"bugs": {
"url": "https://github.com/deoostfrees/Ratata/issues"
},
"devDependencies": {
"standard": "^17.1.2",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-use-logical": "^2.1.2"
},
"standard": {
"globals": [
"localStorage",
"Audio"
]
}
}