-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.05 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.05 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "poly-form-validation",
"version": "0.1.0",
"description": "Angular form validation",
"main": "_src/coffee/main.coffee",
"main.scss": "_src/sass/poly-form-validation.scss",
"author": "Harris Sidiropoulos",
"license": "ISC",
"bugs": {
"url": "https://github.com/polyptychon/poly-form-validation/issues"
},
"homepage": "https://github.com/polyptychon/poly-form-validation",
"repository": {
"type": "git",
"url": "https://github.com/polyptychon/poly-form-validation.git"
},
"browserify": {
"transform": [
"coffeeify",
"jadeify"
]
},
"devDependencies": {
"browserify": "^5.13.1",
"coffee-script": "^1.7.1",
"coffeeify": "^0.6.0",
"glob": "^4.0.5",
"gulp": "~3.8.1",
"gulp-buffer": "0.0.2",
"gulp-changed": "^1.0.0",
"gulp-clean": "^0.3.1",
"gulp-duration": "0.0.0",
"gulp-fingerprint": "^0.3.2",
"gulp-flatten": "0.0.2",
"gulp-if": "~1.2.0",
"gulp-imagemin": "^1.1.0",
"gulp-jade": "^0.5.0",
"gulp-karma": "0.0.4",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.11",
"gulp-plumber": "^0.6.5",
"gulp-rev": "^1.0.0",
"gulp-sass": "^2.2.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "~0.3.0",
"gulp-uncss": "^0.5.0",
"gulp-util": "^3.0.0",
"gulp-webserver": "^0.8.3",
"jade": "^1.7.0",
"jadeify": "^2.5.0",
"karma": "^0.12.19",
"karma-browserify-preprocessor": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"minifyify": "^4.4.0",
"mocha": "^1.21.5",
"napa": "^0.4.1",
"plumber": "^0.4.4",
"protractor": "^1.0.0",
"run-sequence": "^0.3.6",
"sass-resolve": "^2.0.1",
"through": "^2.3.4",
"uglifyify": "^2.5.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.6",
"yargs": "^1.3.2",
"angular-sanitize": "^1.3.0",
"ui-select": "git://github.com/angular-ui/ui-select"
},
"dependencies": {
"animationframe": "git://github.com/HarrisSidiropoulos/animationframe",
"jquery": "^2.1.1"
},
"scripts": {
"test": "gulp test",
"install": "napa",
"test-server": "webdriver-manager start",
"e2e": "protractor test/protractor.conf.js",
"start": "gulp server"
},
"napa": {
"bootstrap": "twbs/bootstrap-sass",
"bootstrap-datepicker": "eternicode/bootstrap-datepicker",
"angular": "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.js",
"angular-route": "angular/bower-angular-route",
"angular-mocks": "angular/bower-angular-mocks",
"angular-scenario": "angular/bower-angular-scenario",
"angular-ui-utils": "angular-ui/ui-utils",
"select2-bootstrap-css": "t0m/select2-bootstrap-css",
"select2": "ivaynberg/select2",
"ui-select2": "HarrisSidiropoulos/ui-select2",
"bootstrap-checkbox": "flatlogic/awesome-bootstrap-checkbox",
"Font-Awesome": "FortAwesome/Font-Awesome",
"pen": "sofish/pen"
}
}