aboutsummaryrefslogtreecommitdiff
path: root/node_modules/css-what/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/css-what/package.json')
-rw-r--r--node_modules/css-what/package.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/node_modules/css-what/package.json b/node_modules/css-what/package.json
deleted file mode 100644
index b55c98ca5..000000000
--- a/node_modules/css-what/package.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "author": "Felix Böhm <me@feedic.com> (http://feedic.com)",
- "name": "css-what",
- "description": "a CSS selector parser",
- "version": "2.1.0",
- "repository": {
- "url": "https://github.com/fb55/css-what"
- },
- "main": "./index.js",
- "files": [
- "index.js"
- ],
- "scripts": {
- "test": "node tests/test.js && jshint *.js"
- },
- "dependencies": {},
- "devDependencies": {
- "jshint": "2"
- },
- "optionalDependencies": {},
- "engines": {
- "node": "*"
- },
- "license": "BSD-like",
- "jshintConfig": {
- "eqeqeq": true,
- "freeze": true,
- "latedef": "nofunc",
- "noarg": true,
- "nonbsp": true,
- "quotmark": "double",
- "undef": true,
- "unused": true,
- "trailing": true,
- "eqnull": true,
- "proto": true,
- "smarttabs": true,
- "node": true,
- "globals": {
- "describe": true,
- "it": true
- }
- }
-}