-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
37 lines (37 loc) · 889 Bytes
/
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
{
"name": "grunt-riot",
"version": "0.1.8",
"description": "riot custom tag compile grunt plugin.",
"repository": "https://github.com/ariesjia/grunt-riot",
"author": {
"name": "ariesjia",
"email": "ariesjia00@hotmail.com",
"url": "https://github.com/ariesjia"
},
"keywords": [
"riot custom tag compile grunt plugin"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"concat-stream": "^1.4.7",
"modularize": "^0.1.7",
"riot": "^3.0.4"
}
}