forked from jpatovh/hubic-api-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "Hubic-Api-Console",
"author": "Jithin James (@jithinrocs)",
"version": "0.0.0",
"description": "Hubic Console Application",
"homepage": "https://stash.ovh.net/users/jithin.james/repos/hubic-console/browse",
"keywords": [
"hubic",
"api",
"console"
],
"license": "MIT",
"bugs": "",
"repository": {
"type": "git",
"url": "https://[email protected]/scm/~jithin.james/hubic-console.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-include-source": "^1.1.0",
"grunt-notify": "^0.4.5",
"grunt-uncss": "^0.7.0"
}
}