-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 724 Bytes
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
{
"name": "rectangular",
"description": "A build kit for AnguarJS applications.",
"version": "0.0.1",
"license": "MIT",
"main": "rectangular.js",
"author": "Jared Abbott",
"engines": {
"node": "9"
},
"scripts": {},
"dependencies": {
"dotenv": "5.0.1",
"eslint": "4.19.1",
"eslint-plugin-angular": "3.3.0",
"eslint-plugin-disable": "1.0.1",
"eslint-plugin-json": "1.2.0",
"glob-concat": "1.0.1",
"lodash": "4.17.10",
"marked": "0.3.19",
"node-sass": "4.9.0",
"postcss": "6.0.22",
"prompt": "1.0.0",
"pug": "2.0.3",
"purify-css": "1.2.6",
"shellcmd": "0.0.9",
"strip-comments": "1.0.1",
"stylefmt": "6.0.0"
},
"devDependencies": {}
}