forked from dtzinov/ggrc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.34 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
{
"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",
"doctoc": "^0.11.0",
"font-awesome": "~4.5.0"
},
"devDependencies": {
"compass-mixins": "~0.12.7",
"css-loader": "~0.23.1",
"eslint": "~2.11.1",
"eslint-config-google": "~0.5.0",
"eslint-config-xo": "^0.10.1",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.8.5",
"jasmine-core": "^2.1.3",
"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",
"lodash": "~4.0.0",
"mkdirp": "^0.5.1",
"node-sass": "~3.4.2",
"nodeunit": "^0.9.1",
"pegjs": "^0.9.0",
"sass-loader": "~3.1.2",
"style-loader": "~0.13.0",
"url-loader": "~0.5.7",
"webpack": "~1.12.11"
},
"scripts": {
"test": "run_unittests"
},
"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"
}