forked from motech/motech-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "motech.ui",
"version": "1.0.0",
"description": "User interface files for the motech project.",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"bower": "~1.6.8",
"compression": "^1.6.1",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-bless": "^3.0.1",
"gulp-concat": "~2.6.0",
"gulp-nunjucks": "^2.1.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sequence": "~0.4.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"mkdirp": "~0.5.1",
"morgan": "^1.6.1",
"node-sass": "^3.4.2",
"nunjucks": "~2.2.0",
"open": "0.0.5",
"path": "~0.12.7",
"require-dir": "~0.3.0",
"sc5-styleguide": "^0.3.41",
"yargs": "~3.31.0"
},
"devDependencies": {
"bower-files": "~3.11.3",
"gulp-jshint": "^2.0.0",
"gulp-s3": "^0.3.0",
"gulp-s3-deploy": "^1.0.1",
"jshint": "^2.9.1"
}
}