shikari
Version:
Shikari is a library that provides a way to generate a CSS selector of a given DOM element
54 lines (53 loc) • 1.21 kB
JSON
{
"name": "shikari",
"version": "0.1.5",
"description": "Shikari is a library that provides a way to generate a CSS selector of a given DOM element",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/d4rw1n1s7/shikari.git"
},
"author": {
"name": "George Melnik",
"email": "d4rw1n1s7@gmail.com",
"url": "http://d4rw1n1s7.github.io/"
},
"keywords": [
"css-selector",
"generator",
"dom-element"
],
"files": [
"dist"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"@types/chai": "3.4.30",
"@types/mocha": "2.2.29",
"@types/node": "6.0.31",
"@types/phantom": "3.2.1",
"chai": "3.5.0",
"del": "^2.2.1",
"dotbin": "^1.0",
"exports-loader": "^0.6.4",
"gulp": "^3.9.0",
"gulp-help": "^1.6.0",
"gulp-mocha": "^3.0.0",
"gulp-tslint": "^6.0",
"ignore-loader": "^0.1.2",
"phantom": "^4.0.3",
"run-sequence": "^1.2.2",
"ts-loader": "^2.0.0",
"ts-node": "^1.2.2",
"tslint": "3.14.0-dev.1",
"typescript": "2.3.4",
"webpack": "^2.2.1"
},
"engines": {
"node": ">=4.0.0"
}
}