Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
ARSnova Mobile
ARSnova Mobile
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
  • Merge Requests 0
    • Merge Requests 0
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Commits
  • Thomas Rehm
  • ARSnova MobileARSnova Mobile
  • 04e8cd5557ea9fa151e2607ec5ef77d42bbfd389

Switch branch/tag
  • arsnova-mobile
  • package.json
Find file Normal viewHistoryPermalink
package.json 445 Bytes
Newer Older
Daniel Gerhardt's avatar
Add Gruntfile for code style checking and linting  
Daniel Gerhardt committed Feb 07, 2015
1 2 3 4 5 6 7 8 9
{
  "name": "arsnova-mobile",
  "license": "LGPL-3.0+",
  "repository": {
    "type": "git",
    "url": "https://github.com/thm-projects/arsnova-mobile.git"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
Daniel Gerhardt's avatar
Add clean task and shell tasks which rely on Sencha CMD  
Daniel Gerhardt committed Feb 07, 2015
10
    "grunt-contrib-clean": "^0.6",
Daniel Gerhardt's avatar
Add Gruntfile for code style checking and linting  
Daniel Gerhardt committed Feb 07, 2015
11
    "grunt-contrib-jshint": "^0.11",
Daniel Gerhardt's avatar
Grunt run task now runs linting tasks on modified files  
Daniel Gerhardt committed Feb 07, 2015
12
    "grunt-contrib-watch": "^0.6",
Daniel Gerhardt's avatar
Add Gruntfile for code style checking and linting  
Daniel Gerhardt committed Feb 07, 2015
13
    "grunt-jscs": "^1.2",
Daniel Gerhardt's avatar
Grunt run task now runs linting tasks on modified files  
Daniel Gerhardt committed Feb 07, 2015
14
    "grunt-newer": "^1.1",
Daniel Gerhardt's avatar
Add clean task and shell tasks which rely on Sencha CMD  
Daniel Gerhardt committed Feb 07, 2015
15
    "grunt-shell": "^1.1",
Daniel Gerhardt's avatar
Add Gruntfile for code style checking and linting  
Daniel Gerhardt committed Feb 07, 2015
16 17 18 19
    "time-grunt": "^1.0"
  },
  "private": true
}