-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
34 lines (34 loc) · 964 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
{
"name": "lodash-contrib",
"description": "The brass buckles on lodash's utility belt",
"version": "4.1200.1",
"main": "dist/lodash-contrib.commonjs.js",
"dependencies": {
"lodash": "4.12.x"
},
"devDependencies": {
"chai": "",
"grunt": "",
"grunt-browserify": "",
"grunt-cli": "",
"grunt-contrib-concat": "",
"grunt-contrib-copy": "",
"grunt-contrib-jshint": "",
"grunt-contrib-qunit": "",
"grunt-contrib-uglify": "",
"grunt-mocha-test": "",
"mocha": ""
},
"repository": "node4good/lodash-contrib",
"license": "MIT",
"author": "Refael Ackermann <me@refack.com> (http://refack.com)",
"contributors": [
"Fogus <me@fogus.me> (http://www.fogus.me)",
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)"
],
"scripts": {
"dist": "grunt gen",
"mypublish": "npm run dist && npm version patch && git push --follow-tags",
"test": "grunt default"
}
}