-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.36 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.36 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "underscore.transparent",
"version": "0.6.0",
"description": "Push Underscore.js and Underscore.string functions to native JavaScript Objects. Yep! You have Sugar JS code styling but with Underscore",
"homepage": "https://github.com/nowhereman/underscore.transparent#readme",
"contributors": [
"Nowhere man <nowhereman@spam.me> (https://github.com/nowhereman)"
],
"keywords": [
"underscore.transparent",
"underscore",
"string",
"underscore.string",
"prototype",
"transparent",
"extension",
"native",
"sugar",
"javascript",
"chaining",
"Oriented Object",
"syntax",
"ActiveSupport",
"support",
"Enumerable"
],
"main": "./lib/underscore.transparent",
"directories": {
"lib": "./lib"
},
"dependencies": {
"underscore": ">= 1.5.2"
},
"devDependencies": {
"phantomjs": ">= 1.9.0",
"mocha": ">= 1.9.0",
"expect.js": ">= 0.2.0"
},
"optionalDependencies": {
"underscore.string": ">= 2.3.3"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "phantomjs test/vendor/runner.js 'test/index.html'"
},
"repository": {
"type": "git",
"url": "https://github.com/nowhereman/underscore.transparent.git"
},
"bugs": {
"url": "https://github.com/nowhereman/underscore.transparent/issues"
},
"licenses" : [
{ "type" : "MIT" }
]
}