-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 921 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
35
36
37
38
39
{
"name": "brot.js",
"version": "0.0.1",
"author": "Zaven Muradyan <[email protected]>",
"description": "A unique Mandelbrot set generator",
"contributors": [
{
"name": "Zaven Muradyan",
"email": "[email protected]"
}
],
"main": "brot.js",
"repository": {
"type": "git",
"url": "https://github.com/voithos/brot.js.git"
},
"keywords": [
"mandelbrot",
"visualization"
],
"dependencies": {
"commander": "~2.0.0",
"dat-gui": "~0.5.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-cafe-mocha": "~0.1.8",
"chai": "~1.7.2",
"grunt-browserify": "~1.2.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-connect": "~0.3.0",
"connect-livereload": "~0.2.0",
"grunt-open": "~0.2.1"
},
"bundledDependencies": [],
"license": "MIT"
}