forked from opengovfoundation/madison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.85 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
{
"name": "madison",
"version": "0.0.0",
"description": "Madison is an open-source, collaborative document editing platform. While Madison can be used to collaborate on many different kinds of documents, the official version is being built with legislative and policy documents in mind.",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/opengovfoundation/madison.git"
},
"author": "Chris Birk",
"license": "GPLv.3",
"bugs": {
"url": "https://github.com/opengovfoundation/madison/issues"
},
"homepage": "http://mymadison.io",
"devDependencies": {
"chai": "^1.9.1",
"grunt": "~0.4.4",
"grunt-cache-bust": "~0.4.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-less": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.5",
"grunt-karma": "^0.8.3",
"grunt-modernizr": "~0.5.2",
"grunt-mysql-dump": "~1.0.0",
"grunt-notify": "^0.3.1",
"grunt-protractor-runner": "1.1.0",
"grunt-usemin": "^3.0.0",
"grunt-sass-globbing": "^1.4.0",
"jquery": "~2.1.0",
"karma": "^0.12.21",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"mocha": "^1.21.4",
"moment": "~2.5.1",
"pagedown": "~1.1.0",
"protractor": "3.0.0",
"select2": "~3.4.5",
"sinon": "^1.10.3",
"twitter-bootstrap-3.0.0": "~3.0.0",
"uglify-js": "~2.4.13",
"underscore": "~1.6.0"
},
"dependencies": {
"grunt-contrib-copy": "^0.7.0",
"include-all": "^0.1.6"
}
}