-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.47 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
71
72
73
{
"version": "0.0.0",
"private": true,
"name": "appcivistapp",
"description": "A mockup of AppCivist for Participatory Budgeting",
"repository": {
"type": "git",
"url": "git+https://github.com/joseanmp/deliberation-mockup.git"
},
"license": "MIT",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000",
"pretest": "npm install",
"test": "node node_modules/karma/bin/karma start test/karma.conf.js",
"test-single-run": "node node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js",
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + cat('bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
},
"bugs": {
"url": "https://github.com/joseanmp/deliberation-mockup/issues"
},
"homepage": "https://github.com/joseanmp/deliberation-mockup#readme",
"main": "Gruntfile.js",
"dependencies": {
"bootstrap-sass": "^3.4.1",
"bower": "^1.8.8",
"diff": ">=3.5.0",
"ecstatic": ">=3.3.2",
"express": "^4.16.4",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^4.0.0",
"http-server": "^0.12.3",
"karma": "^5.2.2",
"karma-chrome-launcher": "^0.1.12",
"karma-jasmine": "^0.1.5",
"protractor": "^7.0.0",
"set-value": ">=2.0.1",
"shelljs": "^0.2.6",
"tmp": "^0.0.23"
},
"keywords": [
"activism",
"angularjs",
"discussion"
],
"author": "socialapplab",
"devDependencies": {
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-preset-es2015": "^6.22.0",
"babel-template": "^6.26.0",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-haml": "~0.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.3.1",
"grunt-haml2html": "^0.3.1",
"grunt-jsdoc": "^2.4.0",
"grunt-usemin": "^3.1.1",
"load-grunt-tasks": "^3.5.2"
}
}