mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Updated version to 1.3.4
This commit is contained in:
parent
d9cc8c4354
commit
d8e09efd2a
80
package.json
80
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 <pnidem@gmail.com>",
|
||||
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
|
||||
"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 <pnidem@gmail.com>",
|
||||
"maintainers": "Patrick Steele-Idem <pnidem@gmail.com>",
|
||||
"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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user