Skip to content

Commit

Permalink
corrections, now works well with node.js/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis committed Jun 26, 2013
1 parent bbc4917 commit 1303a98
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions package.json
@@ -1,23 +1,29 @@
{
"name": "jassino",
"description": "Simple OOP for JavaScript",
"author": "Denis Volokhovskiy (<den@sketchof.me>)",
"version": "0.5.1",
"main": "./src/jassino",
"license": "BSD",
"scripts": {
"test": "node test.js"
},
"keywords": [
"OOP",
"inheritance",
"javascript"
],
"repository": {
"type": "git",
"url": "http://github.com/altitudebreath/jassino.git"
},
"engines": {
"node": ">=0.6"
}
}
"name": "jassino",
"description": "Simple OOP for JavaScript",
"author": "Denis Volokhovskiy <den@sketchof.me> (<den@sketchof.me>)",
"version": "0.5.1",
"main": "./src/jassino",
"license": "BSD",
"scripts": {
"test": "node test.js"
},
"keywords": [
"OOP",
"inheritance",
"javascript"
],
"repository": {
"type": "git",
"url": "http://github.com/altitudebreath/jassino.git"
},
"engines": {
"node": ">=0.6"
},
"bugs": {
"url": "https://github.com/altitudebreath/jassino/issues"
},
"directories": {
"test": "test"
}
}

0 comments on commit 1303a98

Please sign in to comment.