-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 864 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
{
"name": "angular-schema-form-table",
"version": "1.1.3",
"description": "table add-on for schema form",
"scripts": {
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"
},
"author": "rocky",
"license": "MIT",
"devDependencies": {
"color-string": "^1.0.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-jscs": "^3.0.2",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^1.5.3",
"lodash": "^4.17.13",
"lodash._getnative": "^3.9.1",
"lodash.isarguments": "^3.0.5",
"lru-cache": "^4.0.0",
"plumber": "^0.4.8",
"process-nextick-args": "^1.0.6",
"readable-stream": "^2.0.5",
"sigmund": "^1.0.1",
"streamqueue": "^1.1.1"
}
}