123456789101112131415161718 |
- {
- "name": "fourier-ondemand",
- "version": "1.0.4-rc1",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "console-stamp": "^0.2.6",
- "express": "^4.16.2",
- "fourier-common": "file:../common",
- "moment": "^2.20.1"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC"
- }
|