-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 935 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
30
31
32
33
34
35
36
37
{
"name": "site-toolbox",
"version": "2.1.0",
"description": "A compact toolbox to add utilities to a web app.",
"main": "init.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kapilgarg1996/site-toolbox.git"
},
"keywords": [
"toolbox",
"utilities"
],
"author": "kapil garg",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/kapilgarg1996/site-toolbox/issues"
},
"homepage": "https://github.com/kapilgarg1996/site-toolbox#readme",
"dependencies": {
"requirejs": "^2.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1"
}
}