-
Notifications
You must be signed in to change notification settings - Fork 109
/
package.json
46 lines (46 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "trip.js",
"version": "3.3.5",
"author": {
"name": "EragonJ",
"email": "[email protected]",
"url": "http://eragonj.me"
},
"description": "Trip.js is a plugin that can help you make tutorial trips easily on website",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-jscs": "^1.8.0",
"grunt-webpack": "^1.0.11",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.0"
},
"scripts": {
"test": "grunt test"
},
"main": "dist/trip.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/EragonJ/Trip.js.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EragonJ/Trip.js/issues"
},
"homepage": "http://eragonj.github.io/Trip.js/",
"dependencies": {
"grunt-text-replace": "^0.4.0",
"jquery": "^2.1.4"
}
}