47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "observe-shim",
|
|
"description": "An Object.observe harmony proposal shim",
|
|
"version": "0.4.2",
|
|
"keywords": [
|
|
"observe",
|
|
"data binding"
|
|
],
|
|
"author": {
|
|
"name": "Kap IT",
|
|
"email": "contact@kapit.fr",
|
|
"url": "http://www.kapit.fr/"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "François de Campredon",
|
|
"email": "fdecampredon@kapit.fr",
|
|
"url": "http://francois.de-campredon.fr/"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kapit/observe-shim.git"
|
|
},
|
|
"main": "lib/observe-shim.js",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"matchdep": "~0.1.1",
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-mocha": "~0.4.1",
|
|
"grunt-docco": "~0.2.0",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"mocha": "~1.12.0",
|
|
"sinon": "~1.7.3",
|
|
"expect.js": "~0.2.0",
|
|
"grunt-mocha-test": "~0.5.0"
|
|
},
|
|
"licenses": {
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
}
|