-
Notifications
You must be signed in to change notification settings - Fork 117
/
Copy pathpackage.json
39 lines (39 loc) · 956 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
{
"name": "underscore-contrib",
"version": "0.3.0",
"main": "index.js",
"dependencies": {
"underscore": "1.10.2"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-docco": "~0.5.0",
"grunt-tocdoc": "0.1.1",
"jquery": "3.5.1",
"jslitmus": "^0.1.0",
"qunit": "^2.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/documentcloud/underscore-contrib.git"
},
"license": "MIT",
"author": {
"name": "Fogus",
"email": "me@fogus.me",
"url": "http://www.fogus.me"
},
"scripts": {
"test": "grunt test",
"dist": "grunt dist",
"tocdoc": "grunt tocdoc",
"docco": "grunt docco"
},
"homepage": "https://github.com/documentcloud/underscore-contrib"
}