-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 957 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
{
"version": "0.4.1",
"name": "titon-probe",
"description": "Extends the native prototypes with functions from Lo-Dash, Underscore, or another vendor.",
"keywords": ["probe", "titon", "prototype", "lodash", "underscore"],
"copyright": "Copyright 2010-2013, The Titon Project",
"homepage": "http://titon.io",
"licenses": [
{
"type" : "BSD-2",
"url" : "https://github.com/titon/probe/blob/master/license.md"
}
],
"author": {
"name": "Miles Johnson",
"url": "http://milesj.me"
},
"repository": {
"type": "git",
"url": "https://github.com/titon/probe"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jshint": "*",
"mocha": "*",
"chai": "*",
"lodash": "*",
"underscore": "*",
"underscore.string": "*"
},
"main": "./src/probe.js"
}