Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
0.10.16
Browse files Browse the repository at this point in the history
  • Loading branch information
olegp committed Aug 16, 2014
1 parent 6237ed9 commit bdc9ce3
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"name":"common-node",
"keywords":[
"name": "common-node",
"keywords": [
"commonjs"
],
"description":"Synchronous CommonJS compatibility layer using node-fibers",
"version":"0.10.15",
"author":{
"name":"Oleg Podsechin",
"email":"[email protected]"
"description": "Synchronous CommonJS compatibility layer using node-fibers",
"version": "0.10.16",
"author": {
"name": "Oleg Podsechin",
"email": "[email protected]"
},
"contributors":[
"contributors": [
{
"name":"Alex Lam",
"email":"[email protected]"
"name": "Alex Lam",
"email": "[email protected]"
},
{
"name":"Oleg Podsechin",
"email":"[email protected]"
"name": "Oleg Podsechin",
"email": "[email protected]"
}
],
"directories":{
"lib":"./lib",
"example":"./examples"
"directories": {
"lib": "./lib",
"example": "./examples"
},
"repository":{
"type":"git",
"url":"git:https://github.com/olegp/common-node.git"
"repository": {
"type": "git",
"url": "git:https://github.com/olegp/common-node.git"
},
"homepage":"http:https://github.com/olegp/common-node/",
"main":"./lib/all.js",
"homepage": "http:https://github.com/olegp/common-node/",
"main": "./lib/all.js",
"scripts": {
"test": "node test/all.js"
},
"bin":{
"common-node":"./bin/common-node"
"bin": {
"common-node": "./bin/common-node"
},
"engines":{
"node":">=0.10.0"
"engines": {
"node": ">=0.10.0"
},
"dependencies":{
"fibers":">=1.0.0"
"dependencies": {
"fibers": ">=1.0.0"
},
"preferGlobal":true,
"licenses":[
"preferGlobal": true,
"licenses": [
{
"type":"MIT"
"type": "MIT"
}
]
}

0 comments on commit bdc9ce3

Please sign in to comment.