UNPKG

944 BJSONView Raw
1{
2 "name": "anyfetch-handlebars",
3 "version": "1.0.7",
4 "author": "Quentin Buathier <quentin.buathier@epitech.eu>",
5 "scripts": {
6 "test": "NODE_ENV=test mocha --recursive -R spec test/ -t 5000",
7 "coverage": "LONG=1 NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha -- --recursive -R spec test/ -t 5000",
8 "lint": "jshint lib/ test/ && jscs lib/ test/"
9 },
10 "main": "./lib/index.js",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/AnyFetch/anyfetch-handlebars"
14 },
15 "keywords": [
16 "anyfetch",
17 "handlebars"
18 ],
19 "dependencies": {
20 "async": "0.9.x",
21 "auto-load": "1.x.x",
22 "document-highlighter": "^2.0.6",
23 "handlebars": "^3.0.0",
24 "logic-query-parser": "0.0.5",
25 "rarity": "^2.1.1"
26 },
27 "devDependencies": {
28 "mocha": "2.1.x",
29 "should": "5.0.x",
30 "jshint": "^2.6.0",
31 "jscs": "^1.11.3"
32 },
33 "licence": "MIT",
34 "engines": {
35 "node": ">=0.10"
36 }
37}