mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
first pass at migrating the old Ruby build to Grunt
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "KineticJS",
|
||||
"version": "4.5.4",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.1.1",
|
||||
"grunt-contrib-nodeunit": "~0.1.2",
|
||||
"grunt-contrib-uglify": "~0.2.2",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-replace": "~0.4.4"
|
||||
},
|
||||
"readmeFilename": "README.md",
|
||||
"gitHead": "7b9322c15c08b3ff78f64f5cfd3e9f88850dcadc",
|
||||
"description": "To build the framework, you need to have Ruby and Rubygems installed. After that, run `gem install thor`, `gem install json_pure`, and `gem install uglifier` to install the dependencies.",
|
||||
"main": "Gruntfile.js",
|
||||
"directories": {
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ericdrowell/KineticJS.git"
|
||||
},
|
||||
"author": "Eric Rowell",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user