-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 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
{
"name": "clout-example-angluar2-ts-scss",
"version": "0.0.1",
"description": "Example Clout-JS application with Angular 2, Typescript and SCSS",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/clout-js-templates/clout-example-angluar2-ts-scss.git"
},
"keywords": [
"clout-js",
"example",
"angular",
"scss",
"typescript"
],
"author": "Muhammad Dadu",
"license": "MIT",
"bugs": {
"url": "https://github.com/clout-js-templates/clout-example-angluar2-ts-scss/issues"
},
"homepage": "https://github.com/clout-js-templates/clout-example-angluar2-ts-scss#readme",
"dependencies": {
"clout-js": "^1.0.7"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.2",
"load-grunt-tasks": "^3.5.0",
"mocha": "^2.5.3"
}
}