-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "WorkAmerica",
"title": "WorkAmerica Website",
"url": "http://www.workamerica.co",
"author": "WorkAmerica, mostly Matt",
"copyright": "2016",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/faizan-ali/workamerica-website.git"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"angular2-datatable": "^0.5.2",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.5",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-htmllint": "^0.2.7",
"grunt-newer": "^1.2.0",
"grunt-postcss": "^0.8.0",
"grunt-scss-lint": "^0.3.8",
"grunt-slim": "^0.1.0",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0"
},
"dependencies": {
"angular2-datatable": "^0.5.2",
"autoprefixer": "^6.3.7"
}
}