Skip to content

Commit

Permalink
add package lock file (woops, also add package.json)
Browse files Browse the repository at this point in the history
  • Loading branch information
madrobby committed Aug 6, 2017
1 parent 06c8b02 commit 66cdb25
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "zepto"
, "version": "1.2.0"
, "main": "dist/zepto.js"
, "homepage": "http://zeptojs.com"
, "scripts": {
"test": "coffee make test"
, "dist": "coffee make dist"
, "start": "coffee test/server.coffee"
}
, "repository": "madrobby/zepto"
, "license": "MIT"
, "devDependencies": {
"uglify-js": "2.4.x"
, "express": "3.1.x"
, "coffee-script": "1.5.x"
, "shelljs": "0.1.x"
}
"name": "zepto",
"version": "1.2.0",
"main": "dist/zepto.js",
"homepage": "http://zeptojs.com",
"scripts": {
"test": "coffee make test",
"dist": "coffee make dist",
"start": "coffee test/server.coffee"
},
"repository": "madrobby/zepto",
"license": "MIT",
"devDependencies": {
"uglify-js": "2.4.x",
"express": "3.1.x",
"coffee-script": "1.5.x",
"shelljs": "0.1.x"
}
}

0 comments on commit 66cdb25

Please sign in to comment.