-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
{
"name": "angular_sandbox",
"version": "1.0.0",
"description": "A sandbox for angular development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "A Dunn",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"bootstrap": "^3.3.7",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-open": "^2.0.0",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^2.13.6",
"tsify": "^1.0.4",
"tslint": "^3.15.1",
"typescript": "^1.8.10",
"typings": "^1.3.2",
"vinyl-source-stream": "^1.1.0"
}
}