-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 1.04 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "div-lines",
"version": "1.3.0",
"description": "Small and simple utility library to draw lines just using javascript and HTML Document Object Model. No JQuery needed",
"main": "dist/div-lines.min.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/ajsoriar/div-lines.git",
"keywords": [
"js-lines",
"div-lines",
"js-lines",
"lines",
"jslines",
"lines.js"
],
"author": "Andres J. Soria R. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajsoriar/div-lines/issues"
},
"homepage": "https://github.com/ajsoriar/div-lines#readme",
"devDependencies": {
"grunt": "~0.4",
"grunt-cleanempty": "^1.0.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-remove-comments": "^0.1.6"
},
"dependencies": {
}
}