-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "oxygen",
"version": "0.0.1",
"description": "Oxygen web application",
"author": "[email protected]",
"private": true,
"scripts": {
"build": "gulp build",
"test": "gulp test"
},
"devDependencies": {
"angular-mocks": "^1.5.2",
"autoprefixer-stylus": "^0.14.0",
"browserify": "^16.2.3",
"del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.0",
"gulp-exec": "^2.1.2",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-html2js": "^0.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "1.5.1",
"jasmine": "^2.4.1",
"jscs": "^2.11.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"strictify": "^0.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"angular": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-scroll": "^1.0.2",
"big.js": "^3.1.3",
"fancybox": "^3.0.0",
"jquery": "^2.2.3",
"jquery-touch-events": "git+https://github.com/benmajor/jQuery-Touch-Events.git",
"ng-mask": "^3.1.1",
"ng-scrollbars": "0.0.10",
"pikaday": "1.4.0",
"pikaday-angular": "2.0.0",
"ui-select": "^0.19.6",
"underscore": "^1.8.3"
}
}