-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 903 Bytes
/
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
{
"name": "angular-minimal-grid",
"version": "1.2.6",
"description": "Implementation of data grid using twitter bootstrap for angularjs applications.",
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saulsluz/angular-minimal-grid.git"
},
"keywords": [
"data",
"grid",
"angular",
"bootstrap"
],
"author": "Saul Luz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saulsluz/angular-minimal-grid/issues"
},
"homepage": "https://github.com/saulsluz/angular-minimal-grid#readme",
"dependencies": {
"bootstrap": "^3.x.x",
"angular": "^1.x.x"
},
"devDependencies": {
"jasmine": "^2.6.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3"
}
}