-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 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
{
"name": "charttab",
"version": "0.0.0",
"description": "Motivational charts on the Chrome's new tab page.",
"license": "MIT",
"dependencies": {},
"scripts": {
"debug": "grunt debug",
"build": "grunt build",
"test": "./node_modules/.bin/eslint app/"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-angular": "3.3.0",
"grunt": "1.0.2",
"grunt-chrome-manifest": "0.3.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compress": "1.4.3",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-contrib-imagemin": "2.0.1",
"grunt-contrib-uglify-es": "git://github.com/gruntjs/grunt-contrib-uglify.git#harmony",
"grunt-contrib-watch": "1.0.1",
"grunt-ng-annotate": "3.0.0",
"grunt-svgmin": "5.0.0",
"grunt-usemin": "3.1.1",
"grunt-wiredep": "3.0.1",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0"
},
"engines": {
"node": ">=8.9.0"
}
}