-
-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 707 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 707 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
{
"name": "@websanova/url",
"version": "2.6.3",
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
"keywords": ["websanova", "url", "parser"],
"main": "./dist/es5-url-min.js",
"repository": {
"type": "git",
"url": "https://github.com/websanova/js-url"
},
"author": {
"name" : "Websanova"
},
"homepage" : "http://url.websanova.com",
"license": "MIT, GPL",
"devDependencies": {
"grunt": "",
"grunt-contrib-qunit": "",
"grunt-contrib-uglify": "",
"grunt-contrib-jshint": ""
},
"scripts": {
"build": "./node_modules/grunt/bin/grunt"
}
}