forked from TeamStuQ/skill-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 773 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
{
"name": "skill-map",
"version": "1.0.0",
"description": "**[http://www.stuq.org/subject/skill-map/](http://www.stuq.org/subject/skill-map/)**",
"main": "index.js",
"scripts": {
"start": "http-server . -p 9999 -o",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamStuQ/skill-map.git"
},
"author": "stuq",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamStuQ/skill-map/issues"
},
"homepage": "https://github.com/TeamStuQ/skill-map#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"http-server": "^0.8.5"
},
"dependencies": {},
"keywords": [
"skill-map",
"stuq"
]
}