Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

75 lines
2.0 KiB

{
"name": "cssstyle",
"description": "CSSStyleDeclaration Object Model implementation",
"keywords": [
"CSS",
"CSSStyleDeclaration",
"StyleSheet"
],
"version": "1.4.0",
"homepage": "https://github.com/jsakas/CSSStyleDeclaration",
"maintainers": [
{
"name": "Jon Sakas",
"email": "jon.sakas@gmail.com",
"url": "https://jon.sakas.co/"
}
],
"contributors": [
{
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
},
{
"name": "Rafał Ruciński",
"email": "fatfisz@gmail.com",
"url": "https://fatfisz.com"
},
{
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
},
{
"name": "Davide P. Cervone"
},
{
"name": "Forbes Lindesay"
}
],
"repository": "jsakas/CSSStyleDeclaration",
"bugs": "https://github.com/jsakas/CSSStyleDeclaration/issues",
"directories": {
"lib": "./lib"
},
"main": "./lib/CSSStyleDeclaration.js",
"dependencies": {
"cssom": "0.3.x"
},
"devDependencies": {
"babel-generator": "~6.26.1",
"babel-traverse": "~6.26.0",
"babel-types": "~6.26.0",
"babylon": "~6.18.0",
"eslint": "5.13.0",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-prettier": "3.0.1",
"nodeunit": "~0.11.3",
"npm-run-all": "^4.1.5",
"prettier": "1.16.4",
"request": "^2.88.0",
"resolve": "~1.8.1"
},
"scripts": {
"download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
"generate": "run-p generate:*",
"generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
"generate:properties": "node ./scripts/generate_properties.js",
"lint": "npm run generate && eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"prepublishOnly": "npm run test-ci",
"test": "npm run generate && nodeunit tests",
"test-ci": "npm run lint && npm run test"
},
"license": "MIT"
}