UNPKG

closure-util

Version:

Utilities for Closure Library based projects.

54 lines (53 loc) 1.34 kB
{ "name": "closure-util", "version": "1.26.0", "description": "Utilities for Closure Library based projects.", "main": "lib/index.js", "homepage": "https://github.com/openlayers/closure-util", "repository": { "type": "git", "url": "git://github.com/openlayers/closure-util.git" }, "bugs": { "url": "https://github.com/openlayers/closure-util/issues" }, "license": "MIT", "dependencies": { "acorn": "5.2.1", "async": "2.6.0", "fs-extra": "4.0.2", "gaze": "1.1.2", "get-down": "1.2.0", "glob": "7.1.2", "graceful-fs": "4.1.11", "handlebars": "4.0.11", "lodash": "4.17.4", "minimatch": "3.0.4", "mkdirp": "0.5.1", "nomnom": "1.8.1", "npmlog": "4.1.2", "rimraf": "2.6.2", "send": "0.16.1", "socket.io": "2.0.4", "temp": "0.8.3" }, "devDependencies": { "chai": "4.1.2", "eslint": "4.11.0", "eslint-config-openlayers": "7.0.0", "mocha": "4.0.1", "supertest": "3.0.0" }, "scripts": { "postinstall": "node ./bin/closure-util.js update", "pretest": "eslint bin lib test --ignore-pattern test/fixtures/errors/**/*.js", "test": "mocha --exit test/spec", "start": "npm test -- --watch" }, "bin": { "closure-util": "./bin/closure-util.js" }, "eslintConfig": { "extends": "openlayers" } }