-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 893 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
{
"author": "Dan Wolff (http://danwolff.se/)",
"name": "baseconvert-ui",
"description": "Online base converter. Convert from any base, to any base (binary, hexadecimal, even roman numerals!)",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "[email protected]:Skalman/baseconvert-ui.git"
},
"bugs": {
"url": "https://github.com/Skalman/baseconvert-ui/issues"
},
"licenses": [
{
"type": "MPL 2.0",
"url": "https://www.mozilla.org/MPL/2.0/"
}
],
"dependencies": {},
"devDependencies": {
"bootstrap": "^3.3.4",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"less-plugin-clean-css": "^1.5.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}