-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.34 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
{
"name": "vormjs",
"version": "0.2.4",
"description": "Write your forms in JSON and HTML, use the same API.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"postinstall": "npm run-script build"
},
"repository": {
"type": "git",
"url": "https://github.com/plestik/vorm.git"
},
"keywords": [
"angular",
"form",
"json",
"html",
"api",
"ngModel",
"ngForm",
"generated"
],
"author": "Dario Gieselaar",
"license": "MIT",
"bugs": {
"url": "https://github.com/plestik/vorm/issues"
},
"homepage": "https://github.com/plestik/vorm",
"peerDependencies": {
"angular": "^1.3",
"lodash": "^3.3.1",
"angular-mocks": "^1.3"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.24",
"del": "^2.0.2",
"dgeni": "^0.4.1",
"dgeni-markdown": "0.0.3",
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"html-loader": "^0.3.0",
"isparta-loader": "^1.0.0",
"karma": "^0.13.10",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"run-sequence": "^1.1.3",
"webpack": "^1.12.2"
}
}