-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.36 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "JiraSprintTracker",
"description": "No Description",
"version": "0.0.0",
"author": "Andrew McCracken <[email protected]>",
"scripts": {
"checkupdates": "ncu -a",
"bowerinstall": "cd client; ../node_modules/.bin/bower install --allow-root",
"gulpbuild": "cd client; ../node_modules/.bin/gulp",
"postinstall": "npm run bowerinstall && npm run gulpbuild",
"build": "cd client; ../node_modules/.bin/gulp",
"watch": "cd client; ../node_modules/.bin/gulp watch",
"clean": "cd client; ../node_modules/.bin/gulp clean",
"test": "NODE_ENV=test karma start"
},
"dependencies": {
"async": "1.5.0",
"coffee-script": "1.10.0",
"compression": "1.6.0",
"cookie-parser": "1.4.0",
"cors": "2.7.1",
"errorhandler": "1.4.2",
"escape-html": "1.0.3",
"helmet": "1.0.1",
"hpp": "0.2.0",
"jade": "1.11.0",
"lodash": "3.10.1",
"moment": "2.10.6",
"serve-favicon": "2.3.0"
},
"devDependencies": {
"bower": "1.7.1",
"chai": "3.4.1",
"coffee-coverage": "0.7.0",
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "2.3.1",
"gulp-coffee": "2.3.1",
"gulp-coffeelint": "0.6.0",
"gulp-concat": "2.6.0",
"gulp-filter": "3.0.1",
"gulp-if": "2.0.0",
"gulp-jade": "1.1.0",
"gulp-minify-css": "1.2.2",
"gulp-ng-config": "1.3.1",
"gulp-mocha": "2.2.0",
"gulp-ng-annotate": "1.1.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-sass": "3.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"istanbul": "0.4.1",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"jasmine-data-provider": "2.2.0",
"karma": "0.13.15",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.2",
"karma-coffee-preprocessor": "0.3.0",
"karma-coverage": "0.5.3",
"karma-firefox-launcher": "0.1.7",
"karma-jasmine": "0.3.6",
"karma-jasmine-jquery": "0.1.1",
"karma-mocha": "0.2.1",
"main-bower-files": "2.11.0",
"mocha": "2.3.4",
"mocha-testdata": "1.1.0",
"npm-check-updates": "2.5.5",
"pm2": "0.15.10",
"require-dir": "0.3.0",
"supertest": "1.1.0",
"vinyl-paths": "2.1.0",
"webapp-gulp-builder": "1.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/tind/tind-selfcheck-ui.git"
}
}