-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 922 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 922 Bytes
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
{
"name": "ACampagneTest",
"version": "1.0.0",
"description": "Application pour les campagnes de test",
"main": "app.js",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -a localhost -p 8888 -c-1"
},
"repository": {
"type": "git",
"url": "https://github.com/anisabid/act.com.git"
},
"keywords": [
"test"
],
"author": "Anis abid",
"license": "ISC",
"bugs": {
"url": "https://github.com/anisabid/act.com/issues"
},
"homepage": "https://github.com/anisabid/act.com",
"devDependencies": {
"bower": "^1.4.1",
"faker": "^2.1.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"http-server": "^0.8.0",
"lodash": "^3.9.1"
},
"dependencies": {
"json-server": "^0.7.11",
"ng-tiny-scrollbar": "^0.8.0"
}
}