-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "big-data-grids",
"version": "1.0.0",
"description": "big data grids",
"main": "index.html",
"scripts": {
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w",
"sass": "node-sass -r styles/ -o styles/",
"sass:w": "node-sass -w -r styles/ -o styles/",
"start": "concurrently \"npm run lite\" \"npm run tsc:w\" \"npm run sass:w\"",
"build": "concurrently \"npm run tsc\" \"npm run sass\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/itanex/big-data-grids.git"
},
"author": "Bryan Wood",
"license": "MIT",
"bugs": {
"url": "https://github.com/itanex/big-data-grids/issues"
},
"homepage": "https://github.com/itanex/big-data-grids#readme",
"devDependencies": {
"@types/angular": "^1.6.43",
"@types/angular-sanitize": "^1.3.7",
"@types/angular-ui-bootstrap": "^0.13.46",
"@types/bootstrap": "^3.3.39",
"@types/ng-grid": "0.0.29",
"@types/ui-grid": "^0.0.38",
"concurrently": "^3.5.1",
"lite-server": "^2.3.0",
"node-sass": "^4.7.2"
}
}