2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-10-12 23:42:09 -06:00
tinyColorPicker/package.json

14 lines
273 B
JSON
Raw Normal View History

2015-02-02 14:48:14 +01:00
{
2015-09-06 14:56:04 +02:00
"name": "tinyColorPicker",
"version": "1.0.8",
2015-02-02 14:48:14 +01:00
"repository": {
"type": "git",
"url": "http://github.com/PitPik/tinyColorPicker.git"
},
"devDependencies": {
"grunt": "^0.4.5",
2015-09-06 14:56:04 +02:00
"grunt-contrib-uglify": "^0.5.1",
"grunt-smushit": "^1.3.0"
2015-02-02 14:48:14 +01:00
}
}