forked from villelahdenvuo/NodeJS-ohjelmointiprojekti-k2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 778 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
{
"name": "NodeJS-ohjelmointiprojekti-k2014",
"version": "0.0.0",
"description": "Node.js on JavaScript-sovellusalusta, jolla on helppo kehittää nopeita, helposti skaalattavia verkkosovelluksia. Toteuta omasi yksin tai ryhmässä!",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/tuhoojabotti/NodeJS-ohjelmointiprojekti-k2014.git"
},
"keywords": [
"nodejs",
"course",
"university"
],
"author": "Ville Lahdenvuo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tuhoojabotti/NodeJS-ohjelmointiprojekti-k2014/issues"
},
"homepage": "https://github.com/tuhoojabotti/NodeJS-ohjelmointiprojekti-k2014",
"devDependencies": {
"gulp": "^3.5.2"
}
}