-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
49 lines (49 loc) · 1.26 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
47
48
49
{
"name": "adminjs",
"namespace": "adminjs",
"version": "0.0.1",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"start": "grunt server",
"build": "grunt build:debug",
"test": "grunt build:debug test:ci"
},
"repository": {
"type": "git",
"url": "git://github.com/GroupTalent/adminjs.git"
},
"author": "",
"license": "BSD",
"devDependencies": {
"grunt-contrib-connect": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-es6-module-transpiler": "~0.4.1",
"glob": "~3.2.1",
"matchdep": "~0.1.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-usemin": "~0.1.12",
"grunt-contrib-uglify": "~0.2.2",
"grunt-rev": "~0.1.0",
"grunt-ember-templates": "0.4.10",
"string": "~1.4.0",
"karma": "~0.9.4",
"grunt-karma": "~0.5",
"karma-qunit": "~0.0.3",
"karma-coverage": "~0.0.3",
"karma-phantomjs-launcher": "~0.0.2",
"karma-safari-launcher": "~0.0.3",
"lockfile": "~>0.3.0",
"grunt-contrib-stylus": "~0.6.0",
"grunt-emblem": "~0.1.0",
"grunt-ember-script": "0.0.1",
"connect-livereload": "~0.2.0"
}
}