forked from mwasiluk/angular-surveys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.48 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
{
"name": "angular-surveys",
"version": "0.1.0",
"description": "Angular survey/form builder and viewer inspired by Google Forms",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.12.5",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-inject": "^3.0.0",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.10.0",
"gulp-jsonminify": "^1.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.4",
"jasmine-core": "^2.4.1",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"merge-stream": "^1.0.0",
"phantomjs": "^1.9.19",
"yargs": "^6.0.0"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwasiluk/angular-surveys.git"
},
"keywords": [
"angular",
"survey",
"form",
"builder"
],
"author": "Michal Wasiluk",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/mwasiluk/angular-surveys/issues"
},
"homepage": "https://github.com/mwasiluk/angular-surveys#readme"
}