-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
36 lines (36 loc) · 991 Bytes
/
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
{
"name": "xtForm",
"version": "2.0.0-beta.3",
"description": "Form validation extensions for AngularJS",
"repository": "https://github.com/refactorthis/xtForm",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"extend": "~2.0.0",
"gulp": "~3.8.8",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.1",
"gulp-filesize": "0.0.6",
"gulp-footer": "~1.0.5",
"gulp-gh-pages": "^0.4.0",
"gulp-header": "~1.1.1",
"gulp-if": "~1.2.5",
"gulp-jshint": "~1.8.5",
"gulp-load-plugins": "~0.7.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-html2js": "^0.1.8",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"jshint-stylish": "~1.0.0",
"karma": "~0.10",
"karma-coverage": "^0.2.7",
"karma-phantomjs-launcher": "~0.1.4",
"shelljs": "^0.2.6",
"streamqueue": "^0.1.1"
},
"scripts": {
"postinstall": "bower install",
"test": "./node_modules/gulp/bin/gulp.js ci"
}
}