Second commit

This commit is contained in:
Gaël Métais
2014-08-01 16:34:12 +02:00
commit fb4602d99f
14 changed files with 641 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "jsspaghettiprofiler",
"version": "0.0.0",
"dependencies": {
"phantomas": "git+https://git@github.com/gmetais/phantomas.git#jquery-profiler",
"express": "^4.6.1",
"async": "^0.9.0",
"socket.io": "^1.0.6",
"body-parser": "^1.5.0"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0"
},
"scripts": {}
}