-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 830 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": "sample_project",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "electron ."
},
"author": "",
"license": "ISC",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Anabad/TP_Javascript_Kevin_Maite_Anand.git"
},
"bugs": {
"url": "https://github.com/Anabad/TP_Javascript_Kevin_Maite_Anand/issues"
},
"homepage": "https://github.com/Anabad/TP_Javascript_Kevin_Maite_Anand#readme",
"description": "TODO",
"devDependencies": {
"chai": "^3.5.0",
"chalk": "^1.1.1",
"electron-prebuilt": "^0.37.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^2.8.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.1",
"time-grunt": "^1.3.0"
}
}