-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "xublit-etc",
"version": "1.0.0-rc.2",
"description": "Electronic text configuration loader module for Xublit",
"main": "Gruntfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xublit/xublit-etc.git"
},
"author": "Cal Milne <cal@calmilne.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xublit/xublit-etc/issues"
},
"homepage": "https://github.com/xublit/xublit-etc#readme",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"faithful-exec": "^0.1.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"load-grunt-tasks": "^3.4.0",
"q": "^1.4.1",
"shelljs": "^0.5.3"
},
"dependencies": {
"js-yaml": "^3.5.2"
}
}