Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Dec 30, 2014
1 parent 3ce5deb commit f7c781e
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
{
"name": "octet",
"version": "0.0.2",
"description": "Template engine in just 20 lines, for browser and node. Used in AbsurdJS.",
"main": "index.js",
"files": [
"index.js", "example.js", "template.octet", "benchmark.js", "test.js", "README.md"
],
"description": "Javascript template engine in just 20 lines, for browser and node. Used in AbsurdJS by Krasimir Tsonev.",
"scripts": {
"lint": "jshint index.js && jscs index.js --reporter inline",
"test": "mocha",
"test-cov": "istanbul cover _mocha",
"test-travis": "istanbul cover _mocha --report lcovonly"
},
"author": {
"name": "Krasimir Tsonev",
"email": "info@krasimirtsonev.com",
"url": "http://krasimirtsonev.com"
"name": "Charlike Make Reagent",
"email": "mameto_100@mail.bg",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/tunnckoCore/octet.git"
},
"keywords": [
"javascript",
"template",
"engine",
"abusrdjs",
"absurd"
"absurd",
"micro",
"microjs"
],
"repository": {
"type": "git",
"url": "https://github.com/tunnckoCore/octet"
},
"scripts": {
"start": "node example.js",
"test": "node_modules/mocha/bin/mocha --require should --reporter spec test.js",
"bench": "node benchmark.js"
"license": {
"type": "MIT",
"url": "https://github.com/tunnckoCore/octet/blob/master/license.md"
},
"dependencies": {},
"devDependencies": {
"istanbul-harmony": "^0.3.1",
"mocha": "*",
"should": "*"
},
"license": "MIT"
}
"mocha-lcov-reporter": "^0.0.1"
}
}

0 comments on commit f7c781e

Please sign in to comment.