forked from khchen428/MagicEye.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 693 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "magic-eye",
"description": "A JavaScript library for generating single image random dot stereograms (\"Magic Eye\") in the browser",
"version": "0.2.0",
"license": "MIT",
"main": "magiceye.min.js",
"homepage": "https://github.com/peeinears/MagicEye.js",
"repository": {
"type": "git",
"url": "https://github.com/peeinears/MagicEye.js"
},
"author": "Ian Pearce <ian@ianpearce.com> (https://github.com/peeinears)",
"bugs": {
"url": "https://github.com/peeinears/MagicEye.js/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"uglify-save-license": "^0.4.1"
}
}