mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-23 11:46:40 +10:00
40 lines
826 B
JSON
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"
|
|
}
|