UNPKG

409 BJSONView Raw
1{
2 "name": "json-activity-streamish",
3 "version": "0.1.0",
4 "description": "JSON Activity Streamish ... simple with added verbs",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha --timeout 15000 test/*.test.js"
8 },
9 "author": "",
10 "license": "ISC",
11 "devDependencies": {
12 "mocha": "^3.0.2",
13 "should": "^11.1.0"
14 },
15 "dependencies": {
16 "guid": "0.0.12"
17 }
18}