-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.23 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "grid-angular-adapter",
"version": "0.0.0-semantic-release",
"description": "Angular tools for the Grid",
"main": "src/modules/grid-entry.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=0.10.0"
},
"iqproj": {
"app": true
},
"scripts": {
"commitmsg": "validate-commit-msg",
"test": "bin/iqb test",
"start": "bin/iqb start",
"preversion": "bin/iqb test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"angular": "~1.4.7",
"angular-mocks": "~1.4.7",
"angular-route": "~1.4.7",
"grid": "~3.3.7"
},
"devDependencies": {
"aliasify": "^1.5.0",
"browserify": "~12.0.1",
"browserify-istanbul": "~0.2.1",
"chokidar-cli": "~1.1.1",
"condition-circle": "~1.5.0",
"connect-livereload": "~0.5.3",
"es6-promise": "~3.1.2",
"exorcist": "~0.4.0",
"express": "~4.13.3",
"husky": "~0.13.3",
"jasmine": "~2.3.2",
"jasmine-tools-riq": "~0.3.0",
"jquery": "^2.1.0",
"karma": "~0.13.14",
"karma-browserify": "~4.4.0",
"karma-chrome-launcher": "~0.2.1",
"karma-jasmine": "~0.3.6",
"karma-jasmine-jquery": "~0.1.1",
"karma-phantomjs-launcher": "~0.2.1",
"lodash": "~4.11.0",
"node-sass": "~3.4.1",
"phantomjs": "~2.1.7",
"polyfill-function-prototype-bind": "0.0.1",
"semantic-release": "^6.3.6",
"tiny-lr": "~0.2.1",
"validate-commit-msg": "~2.12.1",
"watchify": "~3.6.0",
"yargs": "^1.2.2"
},
"browserify": {
"transform": [
"aliasify"
]
},
"aliasify": {
"aliases": {
"@grid": "./src/modules"
}
},
"browserify-shim": {},
"repository": {
"type": "git",
"url": "https://github.com/gridgrid/grid-angular-adapter.git"
},
"keywords": [
"grid",
"spreadsheet",
"virtual",
"scroll"
],
"author": "Sterling Camden",
"license": "MIT",
"bugs": {
"url": "https://github.com/gridgrid/grid-angular-adapter/issues"
},
"homepage": "https://github.com/gridgrid/grid-angular-adapter",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"release": {
"verifyConditions": "condition-circle"
}
}