-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (36 loc) · 921 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "smart-touch",
"version": "0.1.3",
"description": "easy to use touch lib",
"keywords": ["touch","multitouch"],
"main": "./lib/touch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/mulian/smart-touch.git",
"author": "Max Julian Hoffmann",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"docco": "0.7.0",
"6to5ify": "^4.1.1",
"browserify": "^11.2.0",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-buffer": "0.0.2",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-connect": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"jquery": "^2.1.4"
},
"scripts" : {
"docco": "docco ./src/*.coffee"
}
}