UNPKG

943 BJSONView Raw
1{
2 "name": "underscore-plus",
3 "version": "1.0.3",
4 "description": "Underscore plus additional utilities",
5 "licenses": [
6 {
7 "type": "MIT",
8 "url": "http://github.com/atom/underscore-plus/raw/master/LICENSE.md"
9 }
10 ],
11 "main": "./lib/underscore-plus.js",
12 "scripts": {
13 "prepublish": "grunt clean coffee lint",
14 "test": "grunt test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/atom/underscore-plus.git"
19 },
20 "bugs": {
21 "url": "https://github.com/atom/underscore-plus/issues"
22 },
23 "homepage": "http://atom.github.io/underscore-plus",
24 "keywords": [
25 "underscore"
26 ],
27 "dependencies": {
28 "underscore": "~1.5.2"
29 },
30 "devDependencies": {
31 "jasmine-focused": "1.x",
32 "grunt-contrib-coffee": "~0.9.0",
33 "grunt-cli": "~0.1.8",
34 "grunt": "~0.4.1",
35 "grunt-shell": "~0.2.2",
36 "grunt-coffeelint": "0.0.6",
37 "temp": "~0.5.0",
38 "rimraf": "~2.1.4"
39 }
40}