Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Oct 23, 2014
1 parent d60606a commit f7d1a07
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "awayjs-stagegl",
"version": "0.1.0",
"description": "GL Stage for AwayJS",
"url": "http://www.away3d.com",
"dependencies": {
"awayjs-core": "^0.2.0",
"awayjs-display": "^0.1.0"
},
"devDependencies": {
"browserify": "^5.12.0",
"exorcist": "^0.1.6",
"glob": "^4.0.6",
"gulp": "^3.8.8",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-sourcemaps": "git://github.com/rob-bateman/gulp-sourcemaps.git",
"gulp-typescript": "^2.0.0",
"path": "^0.4.9",
"uglify-js": "~2.3.5",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
}
}
"name": "awayjs-stagegl",
"version": "0.2.0",
"description": "GL Stage for AwayJS",
"url": "http://www.away3d.com",
"dependencies": {
"awayjs-core": "^0.2.0",
"awayjs-display": "^0.1.0"
},
"devDependencies": {
"browserify": "^5.12.0",
"exorcist": "^0.1.6",
"glob": "^4.0.6",
"gulp": "^3.8.8",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-sourcemaps": "git://github.com/rob-bateman/gulp-sourcemaps.git",
"gulp-typescript": "^2.0.0",
"path": "^0.4.9",
"uglify-js": "~2.3.5",
"vinyl-map": "^1.0.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
}
}

0 comments on commit f7d1a07

Please sign in to comment.