-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 965 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
36
37
{
"name": "USAFPublicHealth",
"version": "0.8.0",
"dependencies": {
"animate.css": "^3.4.0",
"director": "^1.2.8",
"dom2hscript": "^0.2.3",
"event": "git://github.com/wilsonpage/event",
"eventemitter2": "^0.4.14",
"fastdom": "^0.8.6",
"grunt": "^1.0.4",
"horsey": "^2.6.1",
"lodash": "^4.17.13",
"markdown-it": "^5.0.0",
"reqwest": "^2.0.1",
"sweetalert": "^1.1.0",
"virtual-dom": ">=2.0.1"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"body-parser": "^1.14.1",
"browserify": "^11.2.0",
"consolidate": "0.13.1",
"cors": "^2.7.1",
"cssnano": "^3.3.0",
"express": "^4.13.3",
"grunt-browserify": ">=3.8.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-uglify": ">=0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-postcss": "^0.6.0",
"grunt-purifycss": ">=0.1.0",
"minifyify": "^7.1.0",
"pixrem": "^3.0.0"
}
}