-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "rearmed-js",
"version": "2.0.1",
"description": "A collection of helpful methods and monkey patches for Arrays, Objects, Numbers, and Strings in Javascript",
"main": "rearmed.js",
"directories": {
"test": "test"
},
"scripts": {
"console": "node -i -e \"var Rearmed = require('./src/rearmed');\"",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:westonganger/rearmed-js.git"
},
"keywords": [
"monkey-patch",
"patch",
"utility",
"utilities",
"javascript",
"js",
"ruby"
],
"author": "Weston Ganger",
"license": "MIT",
"bugs": {
"url": "https://github.com/westonganger/rearmed-js/issues"
},
"homepage": "https://github.com/westonganger/rearmed-js",
"dependencies": {},
"devDependencies": {
"gulp": "latest",
"gulp-uglify": "latest",
"gulp-rename": "latest",
"gulp-buffer": "latest",
"gulp-tap": "latest",
"vinyl-source-stream": "latest",
"pump": "latest",
"del": "latest",
"mocha": "latest",
"browserify": "latest"
}
}