forked from BruceSherwood/glowscript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 983 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
{
"name": "glowscript",
"version": "1.1.0",
"description": "GlowScript is an easy-to-use, powerful environment for creating 3D animations and publishing them on the web.",
"main": "package/glow.1.1.min.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BruceSherwood/glowscript.git"
},
"keywords": [
"vpython",
"webgl",
"javascript"
],
"author": "Bruce Sherwood <bruce.sherwood@gmail.com>",
"bugs": {
"url": "https://github.com/BruceSherwood/glowscript/issues"
},
"homepage": "https://github.com/BruceSherwood/glowscript",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-concat-util": "^0.5.2",
"gulp-header": "^1.2.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.11.0"
}
}