-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "atomic-grid",
"version": "0.0.14",
"description": "Controller and data provider building blocks to create your own very special angular grid without writing any boilerplate code.",
"scripts": {
"ngc": "ngc",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && ngc && mv dist/src/* dist && rimraf dist/src && rollup -c --file=ng1.js"
},
"author": "Peter Reisz <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/peterreisz/atomic-grid"
},
"bugs": {
"url": "https://github.com/peterreisz/atomic-grid/issues"
},
"homepage": "https://github.com/peterreisz/atomic-grid",
"dependencies": {
"ts-helpers": "^1.1.2"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@types/angular": "^1.6.0",
"@types/node": "^6.0.68",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"rxjs": "^5.0.3",
"typescript": "^2.1.5",
"yargs": "^6.6.0"
}
}