UNPKG

540 BJSONView Raw
1{
2 "name": "json-activity-streamish",
3 "version": "0.1.15",
4 "description": "JSON Activity Streamish ... simple with added verbs",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/slooker/json-activity-streamish"
9 },
10 "scripts": {
11 "test": "./node_modules/mocha/bin/mocha --timeout 15000 test/*.test.js"
12 },
13 "author": "",
14 "license": "ISC",
15 "devDependencies": {
16 "mocha": "^3.0.2",
17 "should": "^11.1.0"
18 },
19 "dependencies": {
20 "guid": "0.0.12",
21 "tensify": "0.0.2"
22 }
23}