-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.16 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
41
42
43
44
45
46
47
48
49
50
{
"name": "dap",
"version": "1.0.0",
"description": "Digital Austin Papers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "napa"
},
"napa": {
"jquery-paging": "infusion/jquery-paging#8ba5ec9"
},
"author": "",
"private": true,
"license": "CC-BY-SA-3.0",
"repository": {
"type": "git",
"url": "https://github.com/DigitalAustinPapers/DigitalAustinSite.git"
},
"devDependencies": {
"bootstrap-sass": "^3.3.5",
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"d3": "^3.5.6",
"gulp": "^3.9.0",
"gulp-sass": "~2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-uncss": "^1.0.3",
"html5shiv": "^3.7.3",
"jquery": "~1.9.1",
"lodash": "~3.10.1",
"napa": "^1.2.0",
"pageres": "^2.0.0",
"require-dir": "^0.3.0",
"respond.js": "^1.4.2",
"sass-material-colors": "0.0.5",
"stream-combiner2": "^1.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery"
}
}