Files
cdnjs/ajax/libs/stampit/package.json
T
2014-07-24 09:40:10 +08:00

40 lines
826 B
JSON

{
"name": "stampit",
"version": "0.7.1",
"filename": "stampit.min.js",
"description": "Create objects from reusable, composable behaviors.",
"author": {
"name": "Eric Elliott",
"url": "http://ericleads.com"
},
"main": "./stampit.js",
"keywords": [
"objects",
"prototypal",
"object oriented",
"browser",
"inheritance",
"oo",
"node"
],
"repository": {
"type": "git",
"url": "git@github.com:dilvie/stampit.git"
},
"dependencies": {
"mout": "~0.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-saucelabs": "~4.0.4",
"grunt-browserify": "~1.2.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5"
},
"scripts": {
"test": "scripts/test.sh"
},
"license": "MIT"
}