-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1004 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
38
{
"name": "nn-landing",
"version": "1.0.0",
"description": "landing pages for NN site",
"main": "index.html",
"repository": "[email protected]:additiveinverse/cw-lp1.git",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-combine-mq": "^0.9.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-lesslint": "^3.2.0",
"grunt-newer": "^1.2.0",
"grunt-real-favicon": "^0.1.6",
"grunt-sftp-deploy": "^0.2.5",
"matchdep": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"static",
"front-end",
"ui",
"marketing",
"nonsense"
],
"author": "Richard Bailey",
"license": "ISC"
}