-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
29 lines (29 loc) · 842 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
{
"name": "JAST",
"version": "0.0.1",
"description": "JAST is a boilerplate with a mash of tools for rapid Alloy development.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/dbankier/JAST",
"author": "David Bankier",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.3",
"grunt-official-tishadow": "^1.2.1",
"grunt-shell": "^2.1.0",
"grunt-stss": "^0.4.4",
"matchdep": "^1.0.0"
},
"dependencies": {}
}