๐Ÿ“ฆ leog / epsilon

๐Ÿ“„ package.json ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
  "name": "epsilon",
  "version": "0.0.1",
  "repository": {
    "type": "git",
    "url": "http://github.com/leog/epsilon.git"
  },
  "devDependencies": {
    "connect-livereload": "0.5.2",
    "connect-modrewrite": "0.7.9",
    "grunt": "0.4.5",
    "grunt-contrib-connect": "0.9.0",
    "grunt-contrib-less": "1.0.0",
    "grunt-contrib-jasmine": "0.8.1",
    "grunt-template-jasmine-requirejs": "0.2.0",
    "grunt-eslint": "3.0.0",
    "grunt-gh-pages": "0.9.1",
    "load-grunt-tasks": "2.0.0"
  },
  "engines": {
    "node": ">=0.10.18"
  }
}