forked from fczbkk/css-selector-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 924 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
{
"name": "css-selector-generator",
"title": "CSS Selector Generator",
"version": "1.2.0",
"description": "JavaScript object that creates unique CSS selector for given element.",
"author": "Riki Fridrich <[email protected]> (http://fczbkk.com)",
"license": "UNLICENSE",
"main": "build/css-selector-generator.js",
"scripts": {
"test": "grunt dev"
},
"devDependencies": {
"coffeelint": "1.15.7",
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"grunt-coffeelint": "^0.0.15",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"load-grunt-tasks": "^3.5.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/fczbkk/css-selector-generator.git"
},
"homepage": "https://github.com/fczbkk/css-selector-generator/"
}