UNPKG

730 BJSONView Raw
1{
2 "author": "Todd Morrison",
3 "name": "annotext",
4 "private": false,
5 "description": "A attribution engine for NodeJS",
6 "version": "1.0.0",
7 "repository": {
8 "url": "https://github.com/DeepElement/AnnoText.git"
9 },
10 "bin": {
11 "annotext": "./node/bin/annotext.js"
12 },
13 "main": "./node/bin/annotext",
14 "dependencies": {
15 "async": "0.2.9",
16 "uuid": "1.4.1",
17 "string": "1.7.0",
18 "yamljs": "0.1.4",
19 "moment": "2.4.0",
20 "googlediff": "0.1.0",
21 "underscore": "1.5.2",
22 "yaml-front-matter": "3.0.1"
23 },
24 "devDependencies": {
25 "should": "2.1.1",
26 "assert": "1.1.0",
27 "mocha" : "1.21.4"
28 },
29 "scripts": {
30 "test": "mocha --timeout 99999 --ui bdd --reporter spec node/test"
31 }
32}