purejs
Version:
Purejs is an API to help create constructors and manage their prototype chain.
38 lines (37 loc) • 828 B
JSON
{
"name": "purejs",
"version": "4.0.23",
"description": "Purejs is an API to help create constructors and manage their prototype chain.",
"keywords": [
"javascript",
"constructor",
"inheritence",
"mixin",
"pure",
"type",
"testing"
],
"author": {
"name": "Darren Schnare",
"email": "schnare.d@gmail.com"
},
"repository": {
"type": "git",
"url": "http://github.com/dschnare/purejs.git"
},
"scripts": {
"test": "./node_modules/.bin/gulp test"
},
"main": "pure.js",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.9",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-jasmine": "^1.0.1",
"gulp-util": "^3.0.1"
},
"dependencies": {
"constructor-kit": "^0.1.0"
}
}