forked from ng-kyoto/ng-kyoto.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1001 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
40
41
42
43
44
{
"name": "ng-kyoto.github.io",
"version": "1.0.0",
"description": "http://ng-kyoto.github.io/",
"main": "index.js",
"scripts": {
"test": "#",
"watch": "gulp watch",
"build": "gulp build",
"start": "gulp",
"dtsm": "dtsm install"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/ng-kyoto/ng-kyoto.github.io.git"
},
"keywords": [
"AngularJS",
"Angular",
"Japan",
"Kyoto"
],
"author": "ng-kyoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-kyoto/ng-kyoto.github.io/issues"
},
"homepage": "https://github.com/ng-kyoto/ng-kyoto.github.io#readme",
"devDependencies": {
"babel": "^5.4.7",
"babelify": "^6.1.1",
"browserify": "^10.2.1",
"dtsm": "^0.10.2",
"gulp": "^3.8.11",
"gulp-shell": "^0.4.1",
"less": "^2.5.1",
"run-sequence": "^1.1.0",
"typescript": "^1.5.3",
"watchify": "^3.2.2"
},
"dependencies": {
"whatwg-fetch": "^0.8.2"
}
}