| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "hue",
- "version": "4.0.0",
- "description": "...",
- "homepage": "...",
- "repository": {
- "type": "git",
- "url": "..."
- },
- "author": "Hue, Inc.",
- "contributors": [
- "Enrico Berti <enrico.berti@cloudera.com>",
- "Johan Ahlen <johan.ahlen@cloudera.com>"
- ],
- "license": "Apache",
- "private": true,
- "engines": {
- "node": ">=0.10.0"
- },
- "dependencies": {
- "less": "2.6.1"
- },
- "devDependencies": {
- "grunt": "0.4.5",
- "grunt-contrib-less": "1.3.0",
- "grunt-contrib-watch": "0.6.1",
- "load-grunt-tasks": "3.1.0"
- },
- "scripts": {
- "devinstall": "npm cache clean && npm install && npm prune",
- "less": "./node_modules/.bin/grunt less",
- "watch": "./node_modules/.bin/grunt watch"
- },
- "files": []
- }
|