Move plist to tools folder package.json

This commit is contained in:
Garen Torikian 2012-09-11 14:29:22 -07:00
commit 70a8c0638f
2 changed files with 7 additions and 1 deletions

View file

@ -15,7 +15,6 @@
"asyncjs": "0.0.x",
"jsdom": "0.2.x",
"amd-loader": "~0.0.4",
"plist": "",
"dryice": ""
},
"mappings": {

7
tool/package.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "ace-tools",
"version": "0.1.0",
"dependencies": {
"plist": ""
}
}