-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.01 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
{
"name": "xia",
"version": "3.0.0",
"description": "tool to create interactive images and games",
"main": "src/xia.py",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jasmine tests/js/spec.js"
},
"author": "Pascal Fautrero",
"license": "GPL3",
"dependencies": {
"grunt": "^0.4.5",
"grunt-chmod": "^1.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-nose": "^0.4.0",
"grunt-pot": "^0.1.2",
"grunt-potomo": "^2.1.0",
"grunt-shell": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"grunt-contrib-concat": "^0.5.0",
"jasmine-es6": "^0.4.0"
}
}