forked from forms-angular/forms-angular
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.88 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "forms-angular",
"author": "Mark Chapman <[email protected]>",
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
"homepage": "http://forms-angular.org",
"version": "0.4.0",
"engines": {
"node": "0.10.x",
"npm": ">=1.x"
},
"dependencies": {
"bower": ">= 1.x",
"express": ">=4.0",
"mongoose": ">=3.8",
"underscore": "~1.7",
"node.extend": "~1.1",
"async": "~0.9",
"body-parser": ">=0.0.1",
"method-override": ">=0.0.1",
"errorhandler": ">=0.0.1",
"normalize-for-search": "^1.1.0"
},
"scripts": {
"test": "scripts/testrun.sh"
},
"main": "server/data_form.js",
"repository": {
"type": "git",
"url": "https://github.com/forms-angular/forms-angular"
},
"bugs": {
"url": "https://github.com/forms-angular/forms-angular/issues",
"email": "[email protected]"
},
"keywords": [
"angular",
"mongoose",
"twitter bootstrap",
"express",
"form builder",
"REST API",
"RESTful API"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-uglify": "~0.5",
"grunt-contrib-less": "~0.11",
"grunt-contrib-cssmin": "~0.10",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-htmlmin": "~0.3",
"grunt-ng-annotate": "*",
"grunt-concurrent": "~0.5",
"grunt-bump": "0.0.15",
"matchdep": "~0.3",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.12",
"mocha": "~1",
"karma-junit-reporter": "~0.2",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "^0.1.5",
"grunt-karma": "~0.8",
"grunt-newer": "^0.7.0",
"grunt-bower-task": "^0.4",
"grunt-angular-templates": "^0.5",
"grunt-mocha-test": "~0.11.0"
},
"license": "MIT"
}