1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "name": "applause",
- "description": "Replace text patterns with a given replacement.",
- "version": "0.3.4",
- "homepage": "https://github.com/outaTiME/applause",
- "author": {
- "name": "outaTiME",
- "email": "afalduto@gmail.com",
- "url": "http://outa.im/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/outaTiME/applause"
- },
- "bugs": {
- "url": "https://github.com/outaTiME/applause/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/outaTiME/applause/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">= 0.10.0"
- },
- "scripts": {
- "release": "scripts/release.sh",
- "test": "grunt test"
- },
- "dependencies": {
- "lodash": "^2.4.0",
- "js-yaml": "^3.0.0",
- "cson": "^1.6.0"
- },
- "devDependencies": {
- "grunt": "^0.4.0",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-watch": "^0.6.0",
- "grunt-mocha-test": "^0.11.0"
- },
- "keywords": [
- "replace",
- "replacement",
- "pattern",
- "patterns",
- "match",
- "text",
- "string",
- "regex",
- "regexp",
- "json",
- "yaml",
- "cson",
- "flatten"
- ],
- "main": "src/applause.js",
- "files": [
- "src",
- "LICENSE-MIT"
- ],
- "__npminstall_done": true,
- "_from": "applause@0.3.4",
- "_resolved": "https://registry.npmmirror.com/applause/-/applause-0.3.4.tgz"
- }
|