forked from chengz/schema-form-strapselect
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
67 lines (67 loc) · 1.81 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
{
"name": "angular-schema-form-dynamic-select",
"version": "0.14.5",
"description": "Dynamic select add-on for angular schema form",
"scripts": {
"build": "gulp default",
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"
},
"author": "Nicklas Borjesson",
"registry": "jspm",
"contributors": [
{
"name": "Cheng Zhu",
"email": "[email protected]"
},
{
"name": "stevehu",
"email": "unknown"
},
{
"name": "Nicklas Börjesson",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"angular-schema-form": "~0",
"angular-schema-form-bootstrap": "~0",
"angular-strap": "~2",
"bootstrap": "~3",
"angular-ui-select": "~0"
},
"main": "angular-schema-form-dynamic-select.js",
"repository": {
"type": "git",
"url": "https://github.com/OptimalBPM/angular-schema-form-dynamic-select.git"
},
"devDependencies": {
"angular-mocks": ">= 1.2",
"angular-translate": ">= 2.4.0",
"chai": "^1.9.0",
"coveralls": "^2.11.0",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.2.1",
"gulp-concat": "^2.2.0",
"gulp-jscs": "^1.1.0",
"gulp-minify-html": "^0.1.1",
"gulp-uglify": "^0.2.1",
"gulp-webserver": "^0.9.1",
"gulp-umd": "",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chai-sinon": "^0.1.3",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.1",
"karma-growler-reporter": "0.0.1",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.3",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.18.0",
"mocha-lcov-reporter": "0.0.1",
"sinon": "^1.9.0",
"sinon-chai": "^2.5.0",
"streamqueue": "0.0.5"
}
}