forked from romancow/Sugar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "sugar",
"version": "2.0.0",
"description": "A utility library that provides helpful methods for working effortlessly with native Javascript objects.",
"keywords": [
"sugar",
"sugarjs",
"functional",
"browser",
"utility",
"util",
"date",
"time"
],
"homepage": "http://sugarjs.com/",
"author": "Andrew Plummer <[email protected]>",
"license": "MIT",
"main": "sugar.js",
"repository": {
"type": "git",
"url": "git:https://github.com/andrewplummer/Sugar.git"
},
"bugs": {
"url": "https://github.com/andrewplummer/Sugar/issues"
},
"files": [
"CAUTION.md",
"sugar.js",
"sugar.min.js"
],
"engines": {
"node": ">= 0.8.23"
},
"browser": {
"buffer": false
},
"scripts": {
"test": "node test/node"
},
"devDependencies": {
"acorn": "^2.7.0",
"closure-compiler-stream": "^0.1.15",
"glob": "^5.0.14",
"google-closure-compiler": "^20160517.1.0",
"gulp": "^3.9.0",
"gulp-concat-util": "^0.5.2",
"gulp-replace": "^0.5.3",
"gulp-util": "^3.0.6",
"merge-stream": "^0.1.8",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.4",
"sinon": "^1.15.4",
"through2": "^2.0.0",
"yargs": "^3.15.0"
}
}