-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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
{
"name": "at",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp watch",
"zip": "gulp clean && gulp build && gulp zip",
"zipProd": "export NODE_ENV=production && gulp clean && gulp build && gulp zip",
"test": "lab -a code -v -t 90 -c -L"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wbell/at.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/wbell/at/issues"
},
"homepage": "https://github.com/wbell/at#readme",
"dependencies": {
"angular": "^1.5.7",
"angular-sanitize": "^1.5.7",
"angular-ui-router": "^0.3.1",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^2.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^3.2.0",
"jeet": "^6.1.2",
"lodash": "^4.13.1",
"nib": "^1.1.0",
"require-dir": "^0.3.0",
"require-globify": "^1.4.0",
"rimraf": "^2.5.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"code": "^3.0.1",
"lab": "^10.8.2"
}
}