-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 771 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 771 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
31
32
{
"name": "alight",
"version": "0.8.4",
"author": "Oleg Nechaev <lega911@gmail.com>",
"license": "MIT",
"description": "Web framework with MV(C/VM) model",
"keywords": [
"mvc",
"mvvm",
"browser",
"framework"
],
"repository": {
"type": "git",
"url": "https://github.com/lega911/angular-light"
},
"bugs": "https://github.com/lega911/angular-light/issues",
"homepage": "http://angularlight.org",
"devDependencies": {
"del": "^2.2.0",
"gulp": "~3.8.11",
"gulp-coffee": "~2.3.1",
"gulp-concat": "~2.5.2",
"gulp-header": "~1.2.2",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.4",
"gulp-typescript": "^2.12.0",
"gulp-uglify": "~1.1.0",
"jquery": "~1.11",
"phantomjs": "~1.9.15"
}
}