-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "starlight",
"description": "A Lua -> ES6 transpiler",
"version": "0.3.3",
"author": {
"name": "Paul Cuthbertson"
},
"repository": {
"type": "git",
"url": "https://github.com/paulcuth/starlight"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/paulcuth/starlight/issues"
},
"dependencies": {
"printf": "^0.2.3",
"superagent": "^1.8.3"
},
"devDependencies": {
"babel": "^5.4.7",
"browserify": "^10.2.4",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-browserify": "^3.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-task-loader": "^0.6.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.5.2",
"gulp-minify-html": "^1.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"luaparse": "^0.1.15",
"through": "^2.3.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "grunt grunt-plugin node-test"
}
}