author | ymh <ymh.work@gmail.com> |
Thu, 09 Feb 2017 15:05:36 +0100 | |
changeset 504 | 4ab820b387da |
parent 386 | c731ab9b934d |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "corpus-parole", |
|
3 |
"version": "0.0.1", |
|
4 |
"authors": [ |
|
5 |
"Yves-Marie Haussonne <ymh.work+github@gmail.com>" |
|
6 |
], |
|
7 |
"description": "Corpus de la parole", |
|
8 |
"moduleType": [ |
|
9 |
"es6" |
|
10 |
], |
|
11 |
"license": "MIT", |
|
12 |
"ignore": [ |
|
13 |
"**/.*", |
|
14 |
"node_modules", |
|
15 |
"bower_components", |
|
16 |
"vendor/bower_components", |
|
17 |
"test", |
|
18 |
"tests" |
|
19 |
], |
|
20 |
"dependencies": { |
|
21 |
"bootstrap-sass": "bootstrap-sass-official#~3.3.5", |
|
22 |
"bourbon": "~4.2.4", |
|
386
c731ab9b934d
implement first version of sparql client interface
ymh <ymh.work@gmail.com>
parents:
4
diff
changeset
|
23 |
"font-awesome": "~4.4.0", |
c731ab9b934d
implement first version of sparql client interface
ymh <ymh.work@gmail.com>
parents:
4
diff
changeset
|
24 |
"yasqe": "yasgui-yasqe#^2.11.4", |
c731ab9b934d
implement first version of sparql client interface
ymh <ymh.work@gmail.com>
parents:
4
diff
changeset
|
25 |
"yasr": "yasgui-yasr#^2.9.0" |
4 | 26 |
} |
27 |
} |