Update changelogs.
[profile/ivi/cowhide.git] / package.json
1 {
2     "name": "cowhide",
3         "description": "HTML5 components for fast UI development and support for Tizen IVI.",
4         "version": "0.1.18",
5         "keywords": [
6             "tizen",
7             "ivi",
8             "html5",
9             "css",
10             "javascript",
11             "framework",
12             "bootstrap"
13         ],
14         "homepage": "https://github.com/otcshare/cowhide",
15         "issues": "https://github.com/otcshare/cowhide/issues",
16         "author": {
17             "name": "Salvatore Iovene",
18             "email": "salvatore.iovene@intel.com"
19         },
20         "engines": {
21             "node": ">=0.8"
22         },
23         "scripts": {
24             "test": "./tests/run.sh"
25         },
26         "repository": {
27             "type": "git",
28             "url": "https://github.com/otcshare/cowhide.git"
29         },
30         "dependencies": {},
31         "devDependencies": {
32             "grunt": ">= 0.4",
33
34             "grunt-update-submodules": "0.2.0",
35             "grunt-contrib-watch": ">= 0.3.1",
36             "grunt-contrib-jshint": ">= 0.3.0",
37             "grunt-contrib-concat": ">= 0.2.0",
38             "grunt-contrib-uglify": ">= 0.2.0",
39             "grunt-contrib-less": ">= 0.3.0",
40             "grunt-contrib-cssmin": ">= 0.6.0",
41             "grunt-contrib-copy": ">= 0.4.1",
42             "grunt-contrib-compress": ">= 0.5.0",
43             "grunt-contrib-clean": ">= 0.4.1",
44             "grunt-contrib-qunit": ">= 0.2.1",
45
46             "grunt-exec": ">= 0.4.0",
47             "grunt-growl": "0.1.2",
48             "grunt-sed": ">= 0.1.1",
49             "hogan.js": ">= 2.0.0",
50             "connect": ">= 2.7.2",
51             "ws": ">= 0.4.31"
52         }
53 }