-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 752 Bytes
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
{
"author": {
"name": "Iñigo Gonzalez Vazquez",
"nickname": "haas85",
"site": "http://twitter.com/haas85"},
"name": "arrayext.js",
"description": "Javascript Library to Extend Javascript's array functionalities",
"homepage": "http://github.com/haas85/arrayext.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/haas85/arrayext.js.git"
},
"version": "1.0.6",
"keywords": [ "array", "javascript", "extension" ],
"license": "MIT",
"main": "./package/arrayext",
"dependencies": {
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-jasmine": "*"
},
"engines": {
"node": "*"
}
}