-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
37
38
39
40
{
"name": "demoWindowEditor",
"homepage": "https://kityan.github.io/demoWindowEditor/",
"author": {
"name": "Pavel Kityan",
"email": "[email protected]"
},
"version": "0.0.1",
"devDependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-bootstrap-contextmenu": "^0.9.9",
"angular-resource": "1.5.9",
"angular-touch": "1.5.9",
"angular-ui-bootstrap": "2.2.0",
"angular-ui-router": "0.3.2",
"babel-preset-es2015": "^6.9.0",
"bootstrap": "3.3.7",
"d3": "^3.5.17",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "1.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.4",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-debug": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.0",
"gulp-open": "^1.0.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"jsesc": "^2.4.0",
"jshint": "^2.9.4",
"ng-focus-if": "1.0.7",
"run-sequence": "^1.2.2"
}
}