-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
41
42
{
"name": "@stefangabos/zebra_js",
"description": "A modular, jQuery compatible, ultra light-weight JavaScript micro-library for modern browsers",
"author": {
"name": "Stefan Gabos",
"email": "contact@stefangabos.ro"
},
"homepage": "https://github.com/stefangabos/zebrajs",
"main": "dist/zebra.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/zebrajs.git"
},
"license": "LGPL-3.0",
"version": "2.0.0",
"keywords": [
"javascript"
],
"bugs": {
"url": "https://github.com/stefangabos/zebrajs",
"email": "contact@stefangabos.ro"
},
"devDependencies": {
"docdash": "git+https://github.com/stefangabos/docdash.git",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "*",
"grunt-eslint": "^26.0.0",
"grunt-includes": "*",
"grunt-jsdoc": "^2.4.1",
"grunt-newer": "*",
"grunt-notify": "*",
"grunt-sass": "*",
"grunt-string-replace": "^1.3.3",
"jsdoc": "^4.0.5",
"sass": "*",
"time-grunt": "^2.0.0"
}
}