-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 KB
/
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
45
46
{
"name": "contribulibre-site",
"version": "0.0.0",
"description": "site de ContribuLibre",
"main": "index.js",
"scripts": {
"jade": "jade --watch --out prod src/",
"img2prod": "cp -r src/ prod/",
"watch": "npm run img2prod && npm run jade",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ContribuLibre/site-web.git"
},
"keywords": [
"site",
"web",
"financement",
"participatif",
"crowdfunding",
"open",
"source",
"libre",
"association",
"bounty",
"prime",
"don",
"intérêt",
"général",
"projets",
"création",
"incubateur"
],
"author": "Millicent Billette, Ninon Negrel",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/ContribuLibre/site-web/issues"
},
"devDependencies": {
"jade-cli": "~0.1.1",
"jstransformer-coffee-script": "^1.0.0",
"jstransformer-markdown-it": "^0.2.2",
"jstransformer-stylus": "~1.0.0"
}
}