client/annot-client/package.json
author rougeronj
Thu, 22 Jan 2015 09:26:43 +0100
changeset 111 a7b72620d227
parent 81 a6bbf198bd24
child 158 c7e0e3212b4c
permissions -rw-r--r--
Add variable "wait". When this variable set, the annotsroll wait ignore some annotations, and wait before printing an otherone so there is no superposition. Can be passed as an options
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     1
{
81
a6bbf198bd24 change info for annot-client
ymh <ymh.work@gmail.com>
parents: 80
diff changeset
     2
  "name": "annot-client",
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     3
  "version": "0.0.0",
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     4
  "description": "Mons client application",
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     5
  "main": "app.js",
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     6
  "repository": {
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     7
    "type": "mercurial",
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     8
    "url": "http://www.iri.centrepompidou.fr/dev/hg/mons"
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     9
  },
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    10
  "author": "IRI",
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    11
  "license": "Cecill-C",
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    12
  "devDependencies": {
13
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    13
    "bower": "^1.3.12",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    14
    "del": "^0.1.3",
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    15
    "grunt-cli": "^0.1.13",
13
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    16
    "gulp": "~3.8.8",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    17
    "gulp-angular-templatecache": "^1.4.2",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    18
    "gulp-concat": "~2.4.1",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    19
    "gulp-csslint": "^0.1.5",
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    20
    "gulp-filesize": "0.0.6",
13
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    21
    "gulp-flatten": "0.0.4",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    22
    "gulp-jshint": "~1.8.5",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    23
    "gulp-load-plugins": "~0.7.0",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    24
    "gulp-minify-css": "^0.3.10",
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    25
    "gulp-rename": "^1.2.0",
13
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    26
    "gulp-uglify": "^1.0.1",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    27
    "gulp-util": "^3.0.1",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    28
    "gulp-webserver": "^0.8.3",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    29
    "karma": "^0.12.23",
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
    30
    "karma-chrome-launcher": "^0.1.4",
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    31
    "karma-jasmine": "^0.1.5"
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    32
  }
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    33
}