-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
32 lines (32 loc) · 917 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
{
"name": "TouchPoint.js",
"version": "1.0.1",
"description": "A JavaScript library that visually shows taps/cicks on HTML prototypes",
"devDependencies": {
"babel-core": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "6.24.1",
"connect-livereload": "0.6.0",
"grunt": ">=1.3.0",
"grunt-babel": "7.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "1.0.0",
"grunt-serve": "0.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/jonahvsweb/touchpoint-js"
},
"author": "Jonah Bitautas",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "https://github.com/jonahvsweb/touchpoint-js"
}