-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 983 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
{
"name": "art",
"version": "1.0.0",
"description": "## Core concepts - [No Controllers](http://teropa.info/blog/2014/10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.html#comment-1660151019). Only Components - Components (aka Angular Directives) declare their own HTML & CSS - Use TypeScript features as much as possible to get reasonably close to Angular2 code style - Support minification (of JS and CSS) - Support preloading concatenated CSS - Support preloading of HTML templates [TODO]",
"main": "all.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craigsnyders/art.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/craigsnyders/art/issues"
},
"homepage": "https://github.com/craigsnyders/art#readme",
"devDependencies": {
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1"
}
}