-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "jquery-conveyor-ticker",
"version": "1.1.0",
"description": "jConveyorTicker - jQuery plugin to create simple horizontal conveyor belt animated tickers.",
"author": "Copyright (c) 2017 Luis Luz - UXD Lda <dev@uxd.pt>",
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"repository": {
"type": "git",
"url": "git@github.com:lluz/jquery-conveyor-ticker.git"
},
"homepage": "https://github.com/lluz/jquery-conveyor-ticker",
"bugs": {
"url": "https://github.com/lluz/jquery-conveyor-ticker/issues"
},
"main": "dist/js/jquery.jConveyorTicker.js",
"files": [
"dist/js/jquery.jConveyorTicker.js"
],
"devDependencies": {
"concurrently": "^3.4.0",
"grunt": "^1.4.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.1.0",
"lite-server": "^2.6.1"
},
"scripts": {
"dev_start": "concurrent \"grunt\"",
"server_start": "concurrent \"grunt\" \"lite-server\"",
"compress_dist": "concurrent \"grunt zip_dist\"",
"kill_all_node_processes": "TASKKILL /F /IM node.exe"
}
}