-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.06 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.06 KB
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
{
"name": "tink-2014",
"version": "0.2.1",
"description": "The 2014 release of the improved 1930s style, with trilby and silhouetted figure in a trenchcoat.",
"repository": {
"type": "git",
"url": "https://github.com/LjWatson/website-tink-html5"
},
"author": {
"name": "@LeonieWatson <tink@tink.co.uk>"
},
"contributors": [
{
"name": "@lawlesscreation",
"email": "contact@lawlesscreation.com"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test-parker": "parker css/theme.css css/print.css",
"test-css": "csslint css/theme.css css/print.css --ignore=adjoining-classes,box-model,box-sizing,duplicate-background-images,floats,font-sizes,outline-none,qualified-headings,unique-headings,universal-selector,unqualified-attributes",
"test-js": "jshint js/init.js && jscs js/init.js",
"test": "npm run test-parker && npm run test-css && npm run test-js"
},
"devDependencies": {
"csslint": "^0.10.0",
"jscs": "^1.12.0",
"jslint": "^0.9.0-pre006",
"parker": "0.0.8"
},
"private": true
}