diff --git a/package.json b/package.json index 3f5568bbd..52739f198 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,41 @@ { - "name": "marko-widgets", - "description": "Module to support binding of behavior to rendered UI components rendered on the server or client", - "repository": { - "type": "git", - "url": "https://github.com/raptorjs/marko-widgets.git" - }, - "scripts": { - "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib/ dust/ dust/" - }, - "author": "Patrick Steele-Idem ", - "maintainers": "Patrick Steele-Idem ", - "dependencies": { - "events": "^1.0.2", - "listener-tracker": "^1.0.2", - "raptor-async": "^1.0.3", - "raptor-dom": "^1.0.0", - "raptor-dust": "^1.1.2", - "raptor-json": "^1.0.1", - "raptor-logging": "^1.0.1", - "raptor-modules": "^1.0.5", - "raptor-polyfill": "^1.0.0", - "raptor-pubsub": "^1.0.2", - "raptor-renderer": "^1.1.1", - "raptor-util": "^1.0.0" - }, - "devDependencies": { - "chai": "~1.8.1", - "dustjs-linkedin": "^2.3.4", - "jshint": "^2.5.0", - "mocha": "~1.15.1", - "raptor-strings": "^1.0.0" - }, - "license": "Apache License v2.0", - "bin": {}, - "main": "lib/marko-widgets.js", - "publishConfig": { - "registry": "https://registry.npmjs.org/" - }, - "version": "1.3.3" -} + "name": "marko-widgets", + "description": "Module to support binding of behavior to rendered UI components rendered on the server or client", + "repository": { + "type": "git", + "url": "https://github.com/raptorjs/marko-widgets.git" + }, + "scripts": { + "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib/ dust/ dust/" + }, + "author": "Patrick Steele-Idem ", + "maintainers": "Patrick Steele-Idem ", + "dependencies": { + "events": "^1.0.2", + "listener-tracker": "^1.0.2", + "raptor-async": "^1.0.3", + "raptor-dom": "^1.0.0", + "raptor-dust": "^1.1.2", + "raptor-json": "^1.0.1", + "raptor-logging": "^1.0.1", + "raptor-modules": "^1.0.5", + "raptor-polyfill": "^1.0.0", + "raptor-pubsub": "^1.0.2", + "raptor-renderer": "^1.1.1", + "raptor-util": "^1.0.0" + }, + "devDependencies": { + "chai": "~1.8.1", + "dustjs-linkedin": "^2.3.4", + "jshint": "^2.5.0", + "mocha": "~1.15.1", + "raptor-strings": "^1.0.0" + }, + "license": "Apache License v2.0", + "bin": {}, + "main": "lib/marko-widgets.js", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "version": "1.3.4" +} \ No newline at end of file