-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 983 Bytes
/
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
{
"name": "longdash",
"version": "0.10.5",
"description": "A stretched Lodash.",
"author": "Jo Santana <[email protected]> (http://josantana.net)",
"license": "MIT",
"main": "dist/longdash.js",
"homepage": "https://www.gitbook.com/read/book/josantana/longdash",
"keywords": [
"lodash",
"underscore"
],
"repository": {
"type": "git",
"url": "git+https://github.com/josantana/longdash"
},
"scripts": {
"test": "node_modules/.bin/browserstack-runner"
},
"bugs": {
"url": "https://github.com/josantana/longdash/issues"
},
"devDependencies": {
"chai": "3.4.1",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-imports": "0.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"mocha": "^2.3.4"
},
"dependencies": {
"lodash": "^3.10.1",
"moment": "^2.10.6"
}
}