forked from nvdnkpr/angular-schema-form-ui-ace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 943 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
{
"name": "angular-schema-form-ui-ace",
"version": "0.1.0",
"description": "ace add-on for schema form",
"scripts": {
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"
},
"author": "NetworkNT",
"license": "MIT",
"devDependencies": {
"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",
"karma": "^0.12.0",
"karma-chai-sinon": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-growler-reporter": "0.0.1",
"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"
}
}