forked from forms-angular/forms-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.41 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.41 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "forms-angular-demo",
"author": "Mark Chapman <support@reallycare.org>",
"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.3.5",
"engines": {
"node": "0.10.x",
"npm": "1.x"
},
"dependencies": {
"bower": ">= 1.x",
"express": ">=4.0",
"mongoose": "~3.8",
"underscore": "~1.6",
"node.extend": "~1.0",
"async": "~0.2",
"body-parser": ">=0.0.1",
"method-override": ">=0.0.1",
"errorhandler": ">=0.0.1"
},
"scripts": {
"start": "node ./server/server.js",
"postinstall":"./node_modules/protractor/bin/webdriver-manager update",
"test": "scripts/testrun.sh"
},
"main": "./server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/mchapman/forms-angular"
},
"keywords": [
"angular",
"mongoose",
"twitter bootstrap",
"express",
"form builder",
"REST API",
"RESTful API"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.10",
"grunt-contrib-uglify": "~0.4",
"grunt-contrib-jshint": "~0.9",
"grunt-autoprefixer": "~0.4.0",
"grunt-contrib-cssmin": "~0.9",
"grunt-contrib-connect": "~0.7",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-htmlmin": "~0.2",
"grunt-contrib-imagemin": "~0.5",
"grunt-contrib-livereload": "0.1.2",
"grunt-contrib-less": "~0.11.0",
"grunt-ngmin": "*",
"grunt-rev": "~0.1.0",
"grunt-usemin": "^2.1.0",
"grunt-regarde": "~0.1.1",
"grunt-mocha": "~0.4.0",
"grunt-open": "~0.2.1",
"grunt-svgmin": "0.4.0",
"grunt-concurrent": "~0.5",
"grunt-contrib-nodeunit": "~0.3",
"grunt-bump": "0.0.13",
"matchdep": "~0.3",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.12",
"mocha": "~1.18",
"protractor": "~0.23.1",
"karma-junit-reporter": "~0.2",
"karma-ng-scenario": "~0.1.0",
"grunt-expand-include-with-subs": "~0.9.7",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "^0.1.5",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"grunt-karma": "~0.8",
"grunt-newer": "^0.7.0",
"grunt-bower-task": "^0.3.4",
"grunt-angular-templates": "^0.5.4"
},
"license": "MIT"
}