forked from dtzinov/ggrc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.13 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
{
"name": "ggrc-core",
"version": "0.9.1",
"description": "Google Governance, Risk Management, and Compliance",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"bower": "^1.6.8",
"clipboard": "^1.5.16",
"components-jqueryui": "^1.12.1",
"doctoc": "^0.11.0",
"font-awesome": "~4.5.0",
"jquery": "^2.2.4",
"lodash": "^3.10.1",
"moment": "^2.17.1",
"moment-timezone": "^0.5.10",
"mousetrap": "^1.6.0",
"quill": "^1.2.2",
"spin.js": "^1.3.2"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"compass-mixins": "~0.12.7",
"css-loader": "~0.23.1",
"eslint": "^4.5.0",
"eslint-config-google": "~0.9.1",
"eslint-config-xo": "^0.10.1",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "~0.8.5",
"jasmine-core": "^2.1.3",
"jasmine-fixture": "^1.3.4",
"jshint": "^2.9.1-rc1",
"karma": "^0.13.15",
"karma-cli": "^0.1.1",
"karma-jasmine": "^0.3.6",
"karma-junit-reporter": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^2.0.4",
"mkdirp": "^0.5.1",
"node-sass": "^4.5.3",
"nodeunit": "^0.9.1",
"pegjs": "^0.9.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.6",
"style-loader": "~0.13.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "~0.5.7",
"webpack": "^2.7.0",
"webpack-manifest-plugin": "^1.2.1",
"webpack-shell-plugin": "^0.5.0"
},
"scripts": {
"test": "run_unittests",
"watch": "./node_modules/.bin/webpack --watch --profile --progress --env.development",
"build": "./node_modules/.bin/webpack --profile --progress --env.production",
"stats": "./node_modules/.bin/webpack --json > stats.json"
},
"repository": {
"type": "git",
"url": "git://github.com/reciprocity/ggrc-core.git"
},
"keywords": [
"compliance",
"Python",
"JavaScript"
],
"author": "Google, Inc.",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/reciprocity/ggrc-core/issues"
},
"homepage": "https://github.com/reciprocity/ggrc-core"
}