UNPKG

869 BJSONView Raw
1{
2 "name": "sgsg",
3 "version": "0.9.39",
4 "description": "All the best functional JS in one easy, consistent place.",
5 "main": "sg.js",
6 "bin": {
7 "sg": "index.js"
8 },
9 "scripts": {
10 "test": "ava"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/briancsparks/sg.git"
15 },
16 "keywords": [
17 "functional"
18 ],
19 "author": "Brian C Sparks",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/briancsparks/sg/issues"
23 },
24 "homepage": "https://github.com/briancsparks/sg#README.md",
25 "dependencies": {
26 "chalk": "^1.1.3",
27 "deep-equal": "^1.0.1",
28 "fs-extra": "^0.26.4",
29 "get-stdin": "^5.0.1",
30 "glob": "^6.0.4",
31 "mime-types": "^2.1.12",
32 "mkdirp": "^0.5.1",
33 "moment": "^2.11.1",
34 "shelljs": "^0.5.3",
35 "split": "^1.0.0",
36 "superagent": "^1.7.1",
37 "underscore": "^1.8.3"
38 }
39}