purejs
Version:
Purejs is an API to help create constructors and manage their prototype chain.
33 lines (32 loc) • 639 B
JSON
{
"name": "purejs",
"version": "4.0.23",
"homepage": "http://www.purejs.org",
"authors": [
"Darren Schnare <darren@darrenschnare.com>"
],
"description": "Purejs is an API to help create constructors and manage their prototype chain.",
"main": "pure.js",
"keywords": [
"javascript",
"constructor",
"inheritence",
"mixin",
"pure",
"type",
"testing"
],
"dependencies": {
"constructor-kit": ">=0.0.4"
},
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"test",
"tests",
"spec",
"web",
".gitignore"
]
}