Skip to content

Commit 737aa4c

Browse files
committed
0.2.0
1 parent 29a915b commit 737aa4c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"name": "awayjs-renderergl",
3-
"version": "0.1.0",
4-
"description": "GL Renderer for AwayJS",
5-
"url": "http://www.away3d.com",
6-
"dependencies": {
7-
"awayjs-core": "^0.2.0",
8-
"awayjs-display": "^0.1.0",
9-
"awayjs-stagegl": "^0.3.1"
10-
},
11-
"devDependencies": {
12-
"browserify": "^5.12.0",
13-
"exorcist": "^0.1.6",
14-
"glob": "^4.0.6",
15-
"gulp": "^3.8.8",
16-
"gulp-changed": "^1.0.0",
17-
"gulp-concat": "^2.4.1",
18-
"gulp-sourcemaps": "git://github.com/rob-bateman/gulp-sourcemaps.git",
19-
"gulp-typescript": "^2.0.0",
20-
"path": "^0.4.9",
21-
"uglify-js": "~2.3.5",
22-
"vinyl-map": "^1.0.1",
23-
"vinyl-source-stream": "^1.0.0",
24-
"watchify": "^1.0.6"
25-
}
26-
}
2+
"name": "awayjs-renderergl",
3+
"version": "0.2.0",
4+
"description": "GL Renderer for AwayJS",
5+
"url": "http://www.away3d.com",
6+
"dependencies": {
7+
"awayjs-core": "^0.2.0",
8+
"awayjs-display": "^0.1.0",
9+
"awayjs-stagegl": "^0.3.1"
10+
},
11+
"devDependencies": {
12+
"browserify": "^5.12.0",
13+
"exorcist": "^0.1.6",
14+
"glob": "^4.0.6",
15+
"gulp": "^3.8.8",
16+
"gulp-changed": "^1.0.0",
17+
"gulp-concat": "^2.4.1",
18+
"gulp-sourcemaps": "git://github.com/rob-bateman/gulp-sourcemaps.git",
19+
"gulp-typescript": "^2.0.0",
20+
"path": "^0.4.9",
21+
"uglify-js": "~2.3.5",
22+
"vinyl-map": "^1.0.1",
23+
"vinyl-source-stream": "^1.0.0",
24+
"watchify": "^1.0.6"
25+
}
26+
}

0 commit comments

Comments
 (0)