Skip to content

Commit

Permalink
npm manage with package.json and rename spie.css to psd3.css
Browse files Browse the repository at this point in the history
  • Loading branch information
pshivale committed Aug 13, 2015
1 parent 9a5875f commit 8bab672
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "psd3",
"version": "0.0.0",
"description": "psd3 javascript chart library",
"main": "psd3.js",
"devDependencies": {
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.2.0",
"gulp": "^3.9.0",
"gulp-cssmin": "^0.1.7",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pshivale/psd3.git"
},
"keywords": [
"javascript",
"pie",
"chart",
"multilevel",
"drilldown"
],
"author": "Pramod Shivale",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshivale/psd3/issues"
}
}
File renamed without changes.

0 comments on commit 8bab672

Please sign in to comment.