forked from OAWest/western.oa-bsa.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 955 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
33
34
35
{
"name": "local.western.oa-bsa.org",
"version": "1.0.0",
"description": "Western Region, Order of the Arrow, Boy Scouts of America",
"scripts": {
"grunt": "grunt",
"release": "grunt release",
"start": "grunt && grunt watch"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"angular": "^1.5.8",
"bootstrap-sass": "^3.3.7",
"bourbon": "^4.2.7",
"font-awesome": "^4.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-tslint": "^3.1.0",
"grunt-webpack": "^1.0.14",
"isotope-layout": "^3.0.1",
"jquery": "^3.1.0",
"ts-loader": "^0.8.2",
"tslint": "^3.8.1",
"typescript": "^1.8.10",
"typings": "^1.3.2",
"webpack": "^1.13.1",
"webpack-fail-plugin": "^1.0.5"
}
}