-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 992 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
37
38
{
"name": "dynamic-forms",
"version": "0.1.0",
"description": "Dynamically build angular forms with JSON schema",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://wallace.visualstudio.com/defaultcollection/projects/_git/dynamic-forms"
},
"keywords": [
"dynamic",
"forms"
],
"author": "Wallace J. Breza",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.0",
"gulp-angular-templatecache": "^1.2.1",
"gulp-concat": "^2.4.1",
"gulp-jade": "^0.5.0",
"gulp-notify": "^1.3.1",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "^1.0.1",
"jade": "^1.3.1",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"rimraf": "^2.2.8"
}
}