UNPKG

punto

Version:

Bidirectional dot notation conversion.

55 lines (54 loc) 1.45 kB
{ "name": "punto", "version": "1.1.2", "description": "Bidirectional dot notation conversion.", "main": "punto.js", "repository": "https://github.com/rodrigogs/punto.git", "author": "Rodrigo Gomes da Silva <rodrigo.smscom@gmail.com>", "license": "BSD 2-Clause", "scripts": { "test": "node test/node/test.js", "coverage": "istanbul cover gulp test -- -R spec" }, "keywords": [ "dot", "notation", "dotnotation", "conversion", "object", "string", "hybrid", "bidirectional" ], "devDependencies": { "assert": "^1.4.1", "codeclimate-test-reporter": "^0.4.0", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.1", "gulp-bower": "0.0.13", "gulp-concat": "^2.6.1", "gulp-esformatter": "^6.1.0", "gulp-header": "^1.8.8", "gulp-jsdoc3": "^1.0.1", "gulp-jshint": "^2.0.4", "gulp-load-plugins": "^1.4.0", "gulp-strip-debug": "^1.1.0", "gulp-uglify": "^2.0.1", "istanbul": "^0.4.5", "jasmine-core": "^2.5.2", "jshint": "^2.9.4", "jshint-stylish": "^2.2.1", "karma": "^1.4.1", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.2", "mocha": "^3.2.0", "phantom": "^4.0.0", "phantomjs-prebuilt": "^2.1.14", "run-sequence": "^1.2.2" } }