forked from mohsen1/angular-json-schema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "angular-json-schema-form",
"version": "0.1.4",
"description": "Angular Publishable Directive Boilerplate",
"repository": {
"type": "git",
"url": "[email protected]:mohsen1/angular-json-schema-form.git"
},
"main": "dist/schema-form.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"angularjs",
"angular",
"directive"
],
"author": {
"name": "Mohsen Azimi <[email protected]>"
},
"license": "MIT",
"devDependencies": {
"del": "^1.2.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-header": "1.2.2",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.2",
"gulp-karma": "0.0.4",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.3",
"gulp-open": "^0.3.2",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.0.2",
"main-bower-files": "^2.8.2",
"mversion": "^1.10.0",
"run-sequence": "^1.1.1"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mohsen1/angular-json-schema-form/issues"
},
"homepage": "https://github.com/mohsen1/angular-json-schema-form"
}