-
Notifications
You must be signed in to change notification settings - Fork 339
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "angular-form-builder",
"version": "0.1.0",
"description": "AngularJS form builder.",
"scripts": {
"test": "grunt karma"
},
"homepage": "https://github.com/kelp404/angular-form-builder",
"repository": {
"type": "git",
"url": "git://github.com/kelp404/angular-form-builder.git"
},
"keywords": [
"AngularJS",
"CoffeeScript"
],
"author": {
"name": "Kelp",
"url": "https://github.com/kelp404"
},
"contributors": [
{
"name": "others",
"url": "https://github.com/kelp404/angular-form-builder/graphs/contributors"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kelp404/angular-form-builder/issues"
},
"devDependencies": {
"angular": "1.2.32",
"angular-mocks": "1.2.32",
"angular-validator": "git+https://git@github.com/kelp404/angular-validator.git#0.2.8",
"grunt": "0.4.2",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-compass": "1.0.1",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.9.0",
"jquery": "3.3.1",
"jasmine-core": "2.9.1",
"karma": "2.0.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-jasmine": "1.1.1",
"karma-phantomjs-launcher": "1.0.4",
"phantomjs-prebuilt": "2.1.16"
}
}