-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 901 Bytes
/
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
{
"name": "mastery-learning",
"version": "0.0.0",
"description": "Proyecto Integrador",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/luissifu/mastery-learning.git"
},
"keywords": [
"angular",
"mastery-learning"
],
"author": "luissifu",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/luissifu/mastery-learning/issues"
},
"devDependencies": {
"browser-sync": "^2.8.2",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-debug": "^2.1.0",
"gulp-notify": "^1.4.0",
"gulp-concat": "^2.2.0",
"gulp-uglify": "^0.3.1",
"gulp-inject": "^1.5.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-ng-annotate": "^0.2.0",
"gulp-tslint": "^3.2.0",
"gulp-typescript": "^2.8.0",
"gulp-tsd": "^0.0.4",
"tsd": "^0.6.3",
"superstatic": "^1.2.3"
}
}