Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Mar 12, 2015
1 parent b0a86b2 commit fc49773
Showing 1 changed file with 54 additions and 48 deletions.
102 changes: 54 additions & 48 deletions package.json
@@ -1,51 +1,57 @@
{
"name": "ender"
, "description": "Open Module JavaScript Framework"
, "version": "2.1.0"
, "authors": [
"Andrew McCollum (https://github.com/amccollum)"
, "Rod Vagg (https://github.com/rvagg)"
, "Dustin Diaz (https://github.com/ded)"
, "Jacob Thornton (https://github.com/fat)"
]
, "keywords": [ "ender", "modules", "builder", "framework", "packager" ]
, "main": "./lib/main.js"
, "homepage": "http://enderjs.com"
, "dependencies": {
"archy" : "~0.0.2"
, "async" : "~0.2.10"
, "errno" : "~0.0.5"
, "glob" : "~3.2.9"
, "mu2" : "~0.5.20"
, "npm" : "~1.4.6"
, "semver" : "~2.2.1"
, "xregexp" : "~2.0.0"
, "uglify-js" : "~2.4.17"
}
, "directories": {
"lib" : "./lib"
, "bin" : "./bin"
}
, "devDependencies": {
"bustermove" : "*"
, "referee" : "*"
, "tap" : "*"
, "rimraf" : "*"
, "jshint" : "*"
, "mkfiletree" : "*"
}
, "optionalDependencies": {
"uglify-js" : "^2.4.0"
"name": "ender",
"description": "Open Module JavaScript Framework",
"version": "2.1.1",
"authors": [
"Andrew McCollum (https://github.com/amccollum)",
"Rod Vagg (https://github.com/rvagg)",
"Dustin Diaz (https://github.com/ded)",
"Jacob Thornton (https://github.com/fat)"
],
"keywords": [
"ender",
"modules",
"builder",
"framework",
"packager"
],
"main": "./lib/main.js",
"homepage": "http://enderjs.com",
"dependencies": {
"archy": "~0.0.2",
"async": "~0.2.10",
"errno": "~0.0.5",
"glob": "~3.2.9",
"mu2": "~0.5.20",
"npm": "~1.4.6",
"semver": "~2.2.1",
"xregexp": "~2.0.0",
"uglify-js": "~2.4.17"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"devDependencies": {
"bustermove": "*",
"referee": "*",
"tap": "*",
"rimraf": "*",
"jshint": "*",
"mkfiletree": "*"
},
"optionalDependencies": {
"uglify-js": "^2.4.0"
},
"bin": {
"ender": "./bin/ender"
},
"preferGlobal": true,
"scripts": {
"test": "make alltests"
},
"repository": {
"type": "git",
"url": "https://github.com/ender-js/Ender.git"
}
, "bin": {
"ender" : "./bin/ender"
}
, "preferGlobal": true
, "scripts": {
"test" : "make alltests"
}
, "repository": {
"type" : "git"
, "url" : "https://github.com/ender-js/Ender.git"
}
}

0 comments on commit fc49773

Please sign in to comment.