-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
65 lines (65 loc) · 1.66 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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": {
"angular-jsdoc": "^1.4.2",
"bower": "~1.6.8",
"compression": "^1.6.1",
"express": "^4.13.4",
"fs-finder": "^1.8.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-bless": "^3.0.1",
"gulp-concat": "~2.6.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-nunjucks": "^2.1.1",
"gulp-postcss": "^6.1.0",
"gulp-props": "^1.2.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-sequence": "~0.4.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jsdoc": "^3.4.0",
"jsesc": "^2.2.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"mkdirp": "~0.5.1",
"morgan": "^1.6.1",
"node-bourbon": "^4.2.8",
"node-sass": "^3.4.2",
"nunjucks": "~2.2.0",
"open": "0.0.5",
"path": "~0.12.7",
"phantomjs-prebuilt": "^2.1.7",
"postcss": "^5.0.19",
"postcss-flexibility": "^1.0.3",
"q": "^1.4.1",
"require-dir": "~0.3.0",
"yargs": "~3.31.0"
},
"devDependencies": {
"bower-files": "~3.11.3",
"gulp-jshint": "^2.0.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-props": "^1.2.0",
"gulp-s3": "^0.3.0",
"gulp-s3-deploy": "^1.0.1",
"jshint": "^2.9.1"
}
}